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 7756e5f commit 586691fCopy full SHA for 586691f
modulefiles/build.gaeaC6.intel.lua renamed to modulefiles/build.gaeac6.intel.lua
sorc/machine-setup.sh
@@ -77,9 +77,9 @@ elif [[ -d /lustre && -d /ncrc ]] ; then
77
fi
78
target=gaea
79
elif [[ "$(hostname)" == "gaea6"* && -d /gpfs/f6 ]] ; then
80
- target=gaeaC6
+ target=gaeac6
81
source /opt/cray/pe/lmod/8.7.31/init/$__ms_shell
82
83
module purge
84
elif [[ "$(hostname)" =~ "orion" || "$(hostname)" =~ "Orion" ]]; then
85
target="orion"
0 commit comments