Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/parallel/TBB/README is written in an unsupported language. File is not indexed.

0001 
0002         Geant4 extended examples - TBB
0003         --------------------------------
0004 
0005 TBB directory shows how to integrate Intel Threading Building Block and Geant4 
0006 to achieve event-level parallelism. 
0007 
0008 TBB/B2b
0009 
0010 Currently only a preliminary version of one example is provided: it replaces 
0011 the Geant4 Version 10.0 event-loop parallelism based on pthreads with TBB 
0012 task-based parallelism. It should not be considered a feature-complete example 
0013 and it present some limitations (no merging of output, no correct clean-up of 
0014 heap). 
0015 
0016 It will be substantially improved in the future.
0017 If you have interest in TBB please 
0018 refer to Geant4 Multi-threading user-forum (reachable from Geant4 website)
0019 where updates on TBB will be communicated or contact example author at: 
0020 adotti@slac.stanford.edu.
0021 
0022