Skip to content

Commit 0543c7d

Browse files
Porting HAFS to real Ursa platform
1 parent 1462448 commit 0543c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/detect_machine.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ case $(hostname -f) in
3131
hfe1[01]) MACHINE_ID=hera ;; ### hera10-11
3232
hecflow01) MACHINE_ID=hera ;; ### heraecflow01
3333

34-
ofe0[1-2]) MACHINE_ID=ursa ;; ### ofe01-02
34+
ufe0[1-4]) MACHINE_ID=ursa ;; ### ofe01-02
3535

3636
s4-submit.ssec.wisc.edu) MACHINE_ID=s4 ;; ### s4
3737

@@ -80,7 +80,7 @@ elif [[ -d /mnt/lfs1 ]]; then
8080
elif [[ -d /scratch1 ]]; then
8181
# We are on NOAA Hera
8282
MACHINE_ID=hera
83-
elif [[ -d /tds_scratch2/SYSADMIN/pilot-users ]]; then
83+
elif [[ -d /scratch3 ]]; then
8484
# We are on NOAA Ursa
8585
MACHINE_ID=ursa
8686
elif [[ -d /work ]]; then

0 commit comments

Comments
 (0)