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 2013289 commit a2ec19eCopy full SHA for a2ec19e
tests/compile.sh
@@ -63,7 +63,10 @@ case ${MACHINE_ID} in
63
# Activate lua environment for gaea c5
64
if [[ ${MACHINE_ID} == gaea ]]; then
65
module reset
66
+ elif [[ ${MACHINE_ID} == hercules ]]; then
67
+ module purge
68
fi
69
+
70
# Load fv3 module
71
module use "${PATHTR}/modulefiles"
72
modulefile="ufs_${MACHINE_ID}.${RT_COMPILER}"
0 commit comments