We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f2c64 commit dc2f977Copy full SHA for dc2f977
mfc.sh
@@ -132,12 +132,12 @@ if [ "$1" == "load" ]; then
132
MODULES=("${MODULES[@]}" "python/3.8.5")
133
elif [ "$u_computer" == "p" ]; then # Phoenix
134
if [ "$u_cg" == "c" ]; then
135
- MODULES=("intel/19.0.5" "mvapich2/2.3.2")
+ MODULES=("gcc/10.3.0-o57x6h" "mvapich2/2.3.6-ouywal")
136
elif [ "$u_cg" == "g" ]; then
137
- MODULES=("cuda/11.2" "nvhpc/22.1")
+ MODULES=("cuda/11.7.0-7sdye3" "nvhpc/22.11")
138
fi
139
140
- MODULES=("${MODULES[@]}" "python/3.7.4" "cmake/3.20.3")
+ MODULES=("${MODULES[@]}" "python/3.9.12-rkxvr6" "cmake/3.23.1-327dbl")
141
elif [ "$u_computer" == "c" ]; then # Crusher
142
143
MODULES=()
0 commit comments