Skip to content

Commit 392a4c0

Browse files
committed
Update frontier toolchain (#1668)
1 parent 0ac4b4b commit 392a4c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/env/frontier.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
fail_missing_var() {
44
printf "\e[0;31m%s\e[0m\n" "Inconsistent environment: missing variable '$1'"
5-
exit 1
5+
return 1
66
}
77

88
fail_bad_path() {
99
printf "\e[0;31m%s\e[0m\n" "Invalid path: '$1'"
10-
exit 1
10+
return 1
1111
}
1212

1313

1414
PROJID=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"
2121
export RFE_811452_DISABLE=1
2222

@@ -43,7 +43,7 @@ export CMAKE_PREFIX_PATH=${_worldwork}/opt-view:${CMAKE_PREFIX_PATH}
4343
export 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
4747
test -n "${G4ENSDFSTATEDATA}" || fail_missing_var G4ENSDFSTATEDATA
4848
test -e "${G4ENSDFSTATEDATA}" || fail_bad_path G4ENSDFSTATEDATA
4949

0 commit comments

Comments
 (0)