Difference between revisions of "GEANT4 2016"
From HPC users
Jump to navigationJump to search
(→GRAS) |
(→GRAS) |
||
Line 11: | Line 11: | ||
mkdir build | mkdir build | ||
cd build | cd build | ||
If you are using GRAS for you work, please reference the GRAS official paper like so: | |||
GRAS Paper | |||
Official GRAS publication in IEEE Transactions on Nuclear Science: | |||
G. Santin, V. Ivanchenko, H. Evans, P. Nieminen, E. Daly, "GRAS: A general-purpose 3-D modular simulation tool for space environment effects analysis", IEEE Trans. Nucl. Sci. 52, Issue 6, 2005, pp 2294 - 2299 |
Revision as of 15:47, 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 version is working on the cluster, 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 commands:
mkdir build cd build
If you are using GRAS for you work, please reference the GRAS official paper like so:
GRAS Paper
Official GRAS publication in IEEE Transactions on Nuclear Science: G. Santin, V. Ivanchenko, H. Evans, P. Nieminen, E. Daly, "GRAS: A general-purpose 3-D modular simulation tool for space environment effects analysis", IEEE Trans. Nucl. Sci. 52, Issue 6, 2005, pp 2294 - 2299