Difference between revisions of "GEANT4 2016"
From HPC users
Jump to navigationJump to search
(→GRAS) |
(→GRAS) |
||
Line 6: | Line 6: | ||
# unpack the tar-file in your home-directory on the cluster (or another location of your choice, the following steps assume you use $HOME) | # unpack the tar-file in your home-directory on the cluster (or another location of your choice, the following steps assume you use $HOME) | ||
# change into the directory gras-03-03 | # change into the directory gras-03-03 | ||
# load the modules Geant/9.6 and CMake | # load the modules ''Geant/9.6'' and ''CMake'' | ||
# execute the following commans: | # execute the following commans: | ||
mkdir build | mkdir build | ||
cd build | cd build |
Revision as of 14:49, 22 February 2017
GRAS
The Geant4 Radiation Analysis for Space (GRAS) tool is a Geant4-based application that deals with common analyses types in 3D geometry models. More information and the download of the GRAS package are found on the GRAS web page (login required). In order to use GRAS on the cluster the following steps need to be done:
- download the GRAS-package version 3.3 (this is the tested version, other versions may or may not work)
- unpack the tar-file in your home-directory on the cluster (or another location of your choice, the following steps assume you use $HOME)
- change into the directory gras-03-03
- load the modules Geant/9.6 and CMake
- execute the following commans:
mkdir build cd build