Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
+21
View File
@@ -0,0 +1,21 @@
Geant4 extended examples - TBB
--------------------------------
TBB directory shows how to integrate Intel Threading Building Block and Geant4
to achieve event-level parallelism.
TBB/B2b
Currently only a preliminary version of one example is provided: it replaces
the Geant4 Version 10.0 event-loop parallelism based on pthreads with TBB
task-based parallelism. It should not be considered a feature-complete example
and it present some limitations (no merging of output, no correct clean-up of
heap).
It will be substantially improved in 2014. If you have interest in TBB please
refer to Geant4 Multi-threading user-forum (reachable from Geant4 website)
where updates on TBB will be communicated or contact example author at:
adotti@slac.stanford.edu.