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 dae6563 commit 2d4cabcCopy full SHA for 2d4cabc
mfc.sh
@@ -132,7 +132,7 @@ 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=("gcc/10.3.0-o57x6h" "mvapich2/2.3.6-ouywal")
+ MODULES=("gcc/10.3.0-o57x6h" "openmpi/4.1.4")
136
elif [ "$u_cg" == "g" ]; then
137
MODULES=("cuda/11.7.0-7sdye3" "nvhpc/22.11")
138
fi
0 commit comments