Skip to content

Commit 26167e3

Browse files
Remove support for ODIN machine (#782)
ODIN was retired. Fixes #779.
1 parent 4e673bf commit 26167e3

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

modulefiles/build.odin.intel

-34
This file was deleted.

sorc/machine-setup.sh

-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ elif [[ -d /lustre && -d /ncrc ]] ; then
8787
elif [[ "$(hostname)" =~ "Orion" ]]; then
8888
target="orion"
8989
module purge
90-
elif [[ "$(hostname)" =~ "odin" ]]; then
91-
target="odin"
9290
elif [[ -d /work/00315 && -d /scratch/00315 ]] ; then
9391
target=stampede
9492
module purge

0 commit comments

Comments
 (0)