Import Geant4 7.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 11:11:55 +02:00
parent e083ffb441
commit 516dbf1a58
5914 changed files with 202605 additions and 71141 deletions
@@ -1,4 +1,4 @@
$Id: 000README,v 1.3 2002/03/09 09:47:58 cooperma Exp $
$Id: 000README,v 1.4 2004/12/03 13:33:32 gcosmo Exp $
------------------------------------------------------------------------------
ParGeant4: Geant4/TOP-C, a parallelization of Geant4
@@ -16,15 +16,10 @@ Please write to gene@ccs.neu.edu for further information.
To port other applications to a parallel version, read the
files ../../info/PAR_INSTALL and ../../info/PAR_README.
This parallelization was done using a precompiled library for Geant4 4.0
See the beginning of GNUmakefile for reasonable `make' targets to run it.
To run it:
0. a. Follow the standard Geant4 installation procedure.
b. Verify that the Geant4 sequential examples work for you:
cd $G4INSTALL/examples/novice/exampleN02
make
$G4WORKDIR/bin/$G4SYSTEM/ParN02 ParN02.in
c. Download and install TOP-C
b. Download and install TOP-C
The TOP-C home page is at http://www.ccs.neu.edu/home/gene/topc.html
cd <TOPC_INSTALL_DIR>
gzip -dc topc.tar.gz | tar -xvf -
@@ -33,6 +28,10 @@ To run it:
make
make test
[ Copy bin/topc-config to your path ]
c. Verify that the Geant4 example installs:
cd $G4INSTALL/examples/extended/parallel/ParN02
make
$G4WORKDIR/bin/$G4SYSTEM/ParN02 ParN02.in
2. make run
[ By default, the included `procgroup' file creates two slave processes
on localhost. ]