Skip to content

Commit

Permalink
Updated detect_machine for jet (/lfs3 no longer exists) NOAA-EMC#357
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Apr 3, 2023
1 parent d5ac80a commit c39c5ff
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 /lfs3 ]] ; then
elif [[ -d /lfs1 ]] ; then
# We are on NOAA Jet
MACHINE_ID=jet
elif [[ -d /scratch1 ]] ; then
Expand Down

0 comments on commit c39c5ff

Please sign in to comment.