Skip to content

Commit

Permalink
Create wcoss2.ver
Browse files Browse the repository at this point in the history
- create empty wcoss2.ver to go alongside other new machine-specific
version files
- update machine-setup.sh to load $target.ver on all machines now

Refs: NOAA-EMC#639
  • Loading branch information
KateFriedman-NOAA committed Feb 11, 2022
1 parent 7425fd6 commit 1901756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions sorc/machine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ fi
# Source versions file for build

. ${HOMEgfs}/versions/build.ver
if [[ $target != wcoss2 ]] ; then
. ${HOMEgfs}/versions/${target}.ver
fi
. ${HOMEgfs}/versions/${target}.ver

unset __ms_shell
unset __ms_ksh_test
Expand Down
1 change: 1 addition & 0 deletions versions/wcoss2.ver
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Extra versions file for WCOSS2 - use as needed

0 comments on commit 1901756

Please sign in to comment.