Skip to content

Commit

Permalink
Remove the detection of Jet/Centos7 nodes (NOAA-EMC#920)
Browse files Browse the repository at this point in the history
* Remove the detection of Jet/Centos7 nodes and removes the associated module file jet_c.lua

* Update detect_machine.sh remove hera 12

---------

Co-authored-by: Fernando Andrade - NOAA <121964418+FernandoAndrade-NOAA@users.noreply.github.com>
  • Loading branch information
1 parent 1d1e58a commit 83e83a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
22 changes: 0 additions & 22 deletions modulefiles/jet_c.lua

This file was deleted.

5 changes: 2 additions & 3 deletions tests/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ case $(hostname -f) in
gaea5[1-8].ncrc.gov) MACHINE_ID=gaea ;; ### gaea51-58

hfe0[1-9]) MACHINE_ID=hera ;; ### hera01-09
hfe1[0-2]) MACHINE_ID=hera ;; ### hera10-12
hfe1[01]) MACHINE_ID=hera ;; ### hera10-11
hecflow01) MACHINE_ID=hera ;; ### heraecflow01

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

fe[1-4]) MACHINE_ID=jet_c ;; ### jet1-4
fe[5-8]) MACHINE_ID=jet ;; ### jet1-8
fe[1-8]) MACHINE_ID=jet ;; ### jet1-8
tfe[12]) MACHINE_ID=jet ;; ### tjet1-2

Orion-login-[1-4].HPC.MsState.Edu) MACHINE_ID=orion ;; ### orion1-4
Expand Down

0 comments on commit 83e83a9

Please sign in to comment.