Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
+9
View File
@@ -5,6 +5,15 @@ $Id$
/*! \page README_HowToRunMT Tips how to run an example in multi-threading mode
Only migrated examples or user applications can be run in multi-threading (MT) mode.
The instructions for migrating user applications can be found in Geant4 documentation guides
and a short howto is available here:
https://twiki.cern.ch/twiki/bin/view/Geant4/QuickMigrationGuideForGeant4V10
In this file, we give just useful tips for running already migrated examples
(or user applications).
\section HowToRunMT_s1 Run example in multi-threading mode
No special steps are needed to build an example in multi-threading (MT) mode.