File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33fail_missing_var () {
44 printf " \e[0;31m%s\e[0m\n" " Inconsistent environment: missing variable '$1 '"
5- exit 1
5+ return 1
66}
77
88fail_bad_path () {
99 printf " \e[0;31m%s\e[0m\n" " Invalid path: '$1 '"
10- exit 1
10+ return 1
1111}
1212
1313
1414PROJID=hep143
1515_worldwork=${WORLDWORK} /${PROJID}
1616_ccsproj=/ccs/proj/${PROJID}
1717
18- module load PrgEnv-amd/8.5.0 cpe/23.12 amd/5.7.1 rocm/5.7.1 craype-x86-trento \
19- libfabric/1.15.2.0 miniforge3/23.11.0
18+ module load PrgEnv-amd/8.5.0 cpe/24.11 amd/6.2.4 rocm/6.2.4 craype-x86-trento \
19+ miniforge3/23.11.0
2020# Disable warning "Using generic mem* routines instead of tuned routines"
2121export RFE_811452_DISABLE=1
2222
@@ -43,7 +43,7 @@ export CMAKE_PREFIX_PATH=${_worldwork}/opt-view:${CMAKE_PREFIX_PATH}
4343export MODULEPATH=${_worldwork} /share/lmod/linux-sles15-x86_64/Core:${MODULEPATH}
4444
4545# Set up Geant4 data
46- module load geant4-data/11.0
46+ module load geant4-data/11.3
4747test -n " ${G4ENSDFSTATEDATA} " || fail_missing_var G4ENSDFSTATEDATA
4848test -e " ${G4ENSDFSTATEDATA} " || fail_bad_path G4ENSDFSTATEDATA
4949
You can’t perform that action at this time.
0 commit comments