Skip to content

Commit

Permalink
Remove support for ODIN machine (#782)
Browse files Browse the repository at this point in the history
ODIN was retired.

Fixes #779.
  • Loading branch information
GeorgeGayno-NOAA authored Mar 1, 2023
1 parent 4e673bf commit 26167e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
34 changes: 0 additions & 34 deletions modulefiles/build.odin.intel

This file was deleted.

2 changes: 0 additions & 2 deletions sorc/machine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ elif [[ -d /lustre && -d /ncrc ]] ; then
elif [[ "$(hostname)" =~ "Orion" ]]; then
target="orion"
module purge
elif [[ "$(hostname)" =~ "odin" ]]; then
target="odin"
elif [[ -d /work/00315 && -d /scratch/00315 ]] ; then
target=stampede
module purge
Expand Down

0 comments on commit 26167e3

Please sign in to comment.