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 d3ea2f7 commit ba2f517
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 upp
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ case ${MACHINE_ID} in
# Activate lua environment for gaea c5
if [[ ${MACHINE_ID} == gaea ]]; then
module reset
elif [[ $MACHINE_ID == gaeaC6 ]]; then
elif [[ $MACHINE_ID == gaeac6 ]]; then
source ${MODULESHOME}/init/bash
fi
# Load fv3 module
Expand Down
4 changes: 2 additions & 2 deletions tests/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ case $(hostname -f) in
gaea5[1-8]) MACHINE_ID=gaea ;; ### gaea51-58
gaea5[1-8].ncrc.gov) MACHINE_ID=gaea ;; ### gaea51-58

gaea6[1-8]) MACHINE_ID=gaeaC6 ;; ### gaea61-68
gaea6[1-8].ncrc.gov) MACHINE_ID=gaeaC6 ;; ### gaea61-68
gaea6[1-8]) MACHINE_ID=gaeac6 ;; ### gaea61-68
gaea6[1-8].ncrc.gov) MACHINE_ID=gaeac6 ;; ### gaea61-68

hfe0[1-9]) MACHINE_ID=hera ;; ### hera01-09
hfe1[0-2]) MACHINE_ID=hera ;; ### hera10-12
Expand Down
2 changes: 1 addition & 1 deletion tests/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ elif [[ ${MACHINE_ID} = gaea ]] ; then
fi
module reset

elif [[ $MACHINE_ID = gaeaC6 ]] ; then
elif [[ $MACHINE_ID = gaeac6 ]] ; then
source /opt/cray/pe/lmod/8.7.31/init/bash

elif [[ ${MACHINE_ID} = expanse ]]; then
Expand Down

0 comments on commit ba2f517

Please sign in to comment.