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 8b68a95 commit c05a7ebCopy full SHA for c05a7eb
mfc.sh
@@ -88,7 +88,7 @@ if [ "$1" == "load" ]; then
88
MODULES=("allocations/1.0" "gcc/10.2.0" "python/3.8.6"
89
"openmpi/4.0.5-gcc10.2.0")
90
elif [ "$u_cg" == "g" ]; then
91
- MODULES=("nvhpc/22.9" "openmpi/4.0.5-nvhpc22.9")
+ MODULES=("openmpi/4.0.5-nvhpc22.9" "nvhpc/22.9")
92
fi
93
94
MODULES=("${MODULES[@]}" "python/3.8.6")
0 commit comments