source: trunk/examples/extended/parallel/README @ 1288

Last change on this file since 1288 was 807, checked in by garnier, 16 years ago

update

File size: 930 bytes
Line 
1
2                        Examples for event parallelism
3                        ------------------------------
4
5This directory includes example applications to demonstrate the usage of
6different techniques for achieving event parallelism with Geant4.
7
8- ParN02 and ParN04 are modified versions of the novice examples N02 and N04
9  adapted to be run together with the TOP-C communication layer application
10  on either a cluster of systems or multi-processor machines.
11
12- ExDiane is a simplified version of the advanced application "brachytherapy"
13  showing how to run Geant4 in a parallel mode using DIANE (DIstributed
14  ANalysis Environment).
15
16- MPI is a native interface with MPI libraries. The directory contains
17  a Geant4 UI library and a couple of parallelized examples.
18  Using this interface, users applications can be parllelized with
19  different MPI compliant libraries, such as LAM/MPI, MPICH2, OpenMPI,
20  and so on.
21
Note: See TracBrowser for help on using the repository browser.