Skip to content

Commit

Permalink
Rename Gaea C6 platform name from gaeaC6 to gaeac6 consistent with UF…
Browse files Browse the repository at this point in the history
…S name convention
  • Loading branch information
BijuThomas-NOAA committed Dec 18, 2024
1 parent af3d8ff commit dc0269e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions ush/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case $(hostname -f) in
discover3[1-5].prv.cube) MACHINE_ID=discover ;; ### discover31-35
*) MACHINE_ID=UNKNOWN ;; # Unknown platform

gaea6[1-8].ncrc.gov) MACHINE_ID=gaeaC6 ;; ### Gaea C6 61-68
gaea6[1-8].ncrc.gov) MACHINE_ID=gaeac6 ;; ### Gaea C6 61-68
esac

if [[ ${MACHINE_ID} == "UNKNOWN" ]]; then
Expand Down Expand Up @@ -88,7 +88,7 @@ elif [[ -d /gpfs/f5 && -d /ncrc ]]; then
MACHINE_ID=gaea
elif [[ -d /gpfs/f6 && -d /ncrc ]]; then
# We are on GAEA C6.
MACHINE_ID=gaeaC6
MACHINE_ID=gaeac6
elif [[ -d /data/prod ]]; then
# We are on SSEC's S4
MACHINE_ID=s4
Expand Down
2 changes: 1 addition & 1 deletion ush/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ elif [[ $MACHINE_ID = stampede* ]] ; then

elif [[ $MACHINE_ID = gaea* ]] ; then
# We are on GAEA.
if [[ $MACHINE_ID = gaeaC6 ]]; then
if [[ $MACHINE_ID = gaeac6 ]]; then
source /opt/cray/pe/lmod/8.7.31/init/sh
else
if ( ! eval module help > /dev/null 2>&1 ) ; then
Expand Down

0 comments on commit dc0269e

Please sign in to comment.