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 8265f9f commit 5b24c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
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[01]) MACHINE_ID=hera ;; ### hera10-11
Expand Down

0 comments on commit 5b24c88

Please sign in to comment.