Skip to content

Commit

Permalink
Check Jet for jet with /mnt/lfs1. NOAA-EMC#357
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Apr 13, 2023
1 parent ede4c4a commit 815e49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
if [[ -d /lfs/f1 ]] ; then
# We are on NOAA Cactus or Dogwood
MACHINE_ID=wcoss2
elif [[ -d /lfs1 ]] ; then
elif [[ -d /mnt/lfs1 ]] ; then
# We are on NOAA Jet
MACHINE_ID=jet
elif [[ -d /scratch1 ]] ; then
Expand Down

0 comments on commit 815e49f

Please sign in to comment.