Back to home page

EIC code displayed by LXR

 
 

    


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

0001 \page Examples_parallel Category "parallel"
0002 
0003 This directory includes example applications to demonstrate the usage of
0004 different techniques for achieving event parallelism with Geant4.
0005 
0006 - \ref Examples_MPI
0007 
0008   The directory contains a native interface with MPI libraries, 
0009   as a Geant4 UI library, and a set of parallelized examples.
0010   Using this interface, users applications can be parllelized with 
0011   different MPI compliant libraries, such as LAM/MPI, MPICH2, OpenMPI,
0012   and so on. 
0013 
0014 - \ref ExampleThreadsafeScorers
0015 
0016  This example demonstrates a very simple application where an energy
0017  deposit and # of steps is accounted in thread-local (i.e. one instance per
0018  thread) hits maps with underlying types of plain-old data (POD) and global
0019  (i.e. one instance) hits maps with underlying types of atomics.