Skip to content

Commit 2d4cabc

Browse files
committed
Fix #143
1 parent dae6563 commit 2d4cabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mfc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ 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=("gcc/10.3.0-o57x6h" "mvapich2/2.3.6-ouywal")
135+
MODULES=("gcc/10.3.0-o57x6h" "openmpi/4.1.4")
136136
elif [ "$u_cg" == "g" ]; then
137137
MODULES=("cuda/11.7.0-7sdye3" "nvhpc/22.11")
138138
fi

0 commit comments

Comments
 (0)