From Documentation
Line 1: | Line 1: | ||
− | |||
{{Software | {{Software | ||
|package_name=GEANT4 | |package_name=GEANT4 | ||
Line 5: | Line 4: | ||
|package_idnumber=59 | |package_idnumber=59 | ||
}} | }} | ||
− | |||
− | + | =Introduction= | |
+ | Provides a build of geant4 on sharcnet CentOS clusters . | ||
− | + | =Usage= | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | Geant4 comes with many examples useful for testing purposes, for example: | ||
− | + | ==Interactive== | |
− | == | + | [roberpj@vdi-centos6:~] cd ~/samples/geant4/test-100202 |
+ | module load gcc/4.9.3 geant4/10.02.02 | ||
+ | cp -r /opt/sharcnet/geant4/10.02.02/share/Geant4-10.2.2/examples/extended/analysis/AnaEx01 . | ||
+ | source /opt/sharcnet/geant4/10.02.02/share/Geant4-10.2.2/geant4make/geant4make.sh | ||
+ | cd AnaEx01 | ||
+ | gmake clean_setup | ||
+ | gmake setup | ||
+ | gmake | ||
+ | |||
+ | [roberpj@vdi-centos6:~/samples/geant4/test-100202/AnaEx01] which AnaEx01 | ||
+ | ~/geant4_workdir/bin/Linux-g++/AnaEx01 | ||
+ | |||
+ | ==Cluster== | ||
+ | |||
+ | sqsub -q serial -r 5m -o file.%J ~/geant4_workdir/bin/Linux-g++/AnaEx01 | ||
+ | |||
+ | ==Graphical== | ||
+ | |||
+ | None at this time. | ||
+ | |||
+ | =Notes= | ||
+ | |||
+ | Note at this time. | ||
+ | |||
+ | =References= | ||
o Geant4 Homepage<br> | o Geant4 Homepage<br> |
Revision as of 02:01, 9 September 2016
GEANT4 |
---|
Description: Suite of programs for the simulation of the passage of particles through matter |
SHARCNET Package information: see GEANT4 software page in web portal |
Full list of SHARCNET supported software |
Introduction
Provides a build of geant4 on sharcnet CentOS clusters .
Usage
Geant4 comes with many examples useful for testing purposes, for example:
Interactive
[roberpj@vdi-centos6:~] cd ~/samples/geant4/test-100202 module load gcc/4.9.3 geant4/10.02.02 cp -r /opt/sharcnet/geant4/10.02.02/share/Geant4-10.2.2/examples/extended/analysis/AnaEx01 . source /opt/sharcnet/geant4/10.02.02/share/Geant4-10.2.2/geant4make/geant4make.sh cd AnaEx01 gmake clean_setup gmake setup gmake
[roberpj@vdi-centos6:~/samples/geant4/test-100202/AnaEx01] which AnaEx01 ~/geant4_workdir/bin/Linux-g++/AnaEx01
Cluster
sqsub -q serial -r 5m -o file.%J ~/geant4_workdir/bin/Linux-g++/AnaEx01
Graphical
None at this time.
Notes
Note at this time.
References
o Geant4 Homepage
http://geant4.web.cern.ch/geant4/
o Online User Documentation
http://geant4.web.cern.ch/geant4/support/userdocuments.shtml