Skip to content

Commit 586691f

Browse files
Rename Gaea C6 platform name from gaeaC6 to gaeac6 consistent with UFS name convention
1 parent 7756e5f commit 586691f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

sorc/machine-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ elif [[ -d /lustre && -d /ncrc ]] ; then
7777
fi
7878
target=gaea
7979
elif [[ "$(hostname)" == "gaea6"* && -d /gpfs/f6 ]] ; then
80-
target=gaeaC6
80+
target=gaeac6
8181
source /opt/cray/pe/lmod/8.7.31/init/$__ms_shell
82-
target=gaeaC6
82+
target=gaeac6
8383
module purge
8484
elif [[ "$(hostname)" =~ "orion" || "$(hostname)" =~ "Orion" ]]; then
8585
target="orion"

0 commit comments

Comments
 (0)