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 1462448 commit 0543c7dCopy full SHA for 0543c7d
tests/detect_machine.sh
@@ -31,7 +31,7 @@ case $(hostname -f) in
31
hfe1[01]) MACHINE_ID=hera ;; ### hera10-11
32
hecflow01) MACHINE_ID=hera ;; ### heraecflow01
33
34
- ofe0[1-2]) MACHINE_ID=ursa ;; ### ofe01-02
+ ufe0[1-4]) MACHINE_ID=ursa ;; ### ofe01-02
35
36
s4-submit.ssec.wisc.edu) MACHINE_ID=s4 ;; ### s4
37
@@ -80,7 +80,7 @@ elif [[ -d /mnt/lfs1 ]]; then
80
elif [[ -d /scratch1 ]]; then
81
# We are on NOAA Hera
82
MACHINE_ID=hera
83
-elif [[ -d /tds_scratch2/SYSADMIN/pilot-users ]]; then
+elif [[ -d /scratch3 ]]; then
84
# We are on NOAA Ursa
85
MACHINE_ID=ursa
86
elif [[ -d /work ]]; then
0 commit comments