Skip to content

Commit c260b69

Browse files
authored
Merge pull request #106 from sbryngelson/master
2 parents 8b68a95 + c05a7eb commit c260b69

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
@@ -88,7 +88,7 @@ if [ "$1" == "load" ]; then
8888
MODULES=("allocations/1.0" "gcc/10.2.0" "python/3.8.6"
8989
"openmpi/4.0.5-gcc10.2.0")
9090
elif [ "$u_cg" == "g" ]; then
91-
MODULES=("nvhpc/22.9" "openmpi/4.0.5-nvhpc22.9")
91+
MODULES=("openmpi/4.0.5-nvhpc22.9" "nvhpc/22.9")
9292
fi
9393

9494
MODULES=("${MODULES[@]}" "python/3.8.6")

0 commit comments

Comments
 (0)