Files
geant4/examples/extended/parallel/TBB/.README
T
2016-06-10 11:51:14 +02:00

28 lines
873 B
Plaintext

//$Id$
///\file "parallel/TBB/.README"
///\brief Examples TBB README page
/*! \page Examples_tbb Category "parallel/TBB"
TBB directory shows how to integrate Intel Threading Building Block and Geant4
to achieve event-level parallelism.
\link ExampleTBB_B2b TBB/B2b \endlink
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. <em> It should not be considered a feature-complete example
and it present some limitations (no merging of output, no correct clean-up of
heap). </em>
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.
*/