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 4de000e commit 5412002Copy full SHA for 5412002
FV3
tests/detect_machine.sh
@@ -30,7 +30,7 @@ case $(hostname -f) in
30
hfe1[0-2]) MACHINE_ID=hera ;; ### hera10-12
31
hecflow01) MACHINE_ID=hera ;; ### heraecflow01
32
33
- ofe01) MACHINE_ID=ursa ;; ### ursa
+ ufe0[1-4]) MACHINE_ID=ursa ;; ### ursa
34
35
s4-submit.ssec.wisc.edu) MACHINE_ID=s4 ;; ### s4
36
@@ -85,7 +85,7 @@ elif [[ -d /mnt/lfs1 ]]; then
85
elif [[ -d /scratch1 ]]; then
86
# We are on NOAA Hera
87
MACHINE_ID=hera
88
-elif [[ -d /collab1 ]]; then
+elif [[ -d /scratch3 ]]; then
89
# We are on NOAA Ursa
90
MACHINE_ID=ursa
91
elif [[ -d /work ]]; then
0 commit comments