Skip to content

Commit dc2f977

Browse files
committed
mfc.sh load updated for Phoenix
1 parent 09f2c64 commit dc2f977

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mfc.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ if [ "$1" == "load" ]; then
132132
MODULES=("${MODULES[@]}" "python/3.8.5")
133133
elif [ "$u_computer" == "p" ]; then # Phoenix
134134
if [ "$u_cg" == "c" ]; then
135-
MODULES=("intel/19.0.5" "mvapich2/2.3.2")
135+
MODULES=("gcc/10.3.0-o57x6h" "mvapich2/2.3.6-ouywal")
136136
elif [ "$u_cg" == "g" ]; then
137-
MODULES=("cuda/11.2" "nvhpc/22.1")
137+
MODULES=("cuda/11.7.0-7sdye3" "nvhpc/22.11")
138138
fi
139139

140-
MODULES=("${MODULES[@]}" "python/3.7.4" "cmake/3.20.3")
140+
MODULES=("${MODULES[@]}" "python/3.9.12-rkxvr6" "cmake/3.23.1-327dbl")
141141
elif [ "$u_computer" == "c" ]; then # Crusher
142142
if [ "$u_cg" == "c" ]; then
143143
MODULES=()

0 commit comments

Comments
 (0)