Skip to content

Commit

Permalink
Update machine-setup.sh for wcoss2. Baseline initial
Browse files Browse the repository at this point in the history
build module for that machine.

Fixes ufs-community#559.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 7, 2021
1 parent e67789f commit 7e87be1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions modulefiles/build.wcoss2_cray.intel
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#%Module#####################################################
## Build and run module for WCOSS2-Cray
#############################################################

module load envvar/1.0
module load cmake/3.20.2

module load PrgEnv-intel/8.1.0
module load craype/2.7.8
module load intel/19.1.3.304
module load cray-mpich/8.1.7

module load netcdf/4.7.4
module load esmf/8_1_0_beta_snapshot_27

module load bacio/2.4.1
module load sfcio/1.4.1
module load w3nco/2.4.1
module load nemsio/2.5.2
module load sigio/2.3.2
module load sp/2.3.3
module load ip/3.3.3
module load g2/3.4.1
module load wgrib2/2.0.8
3 changes: 3 additions & 0 deletions sorc/machine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ if [[ -d /lfs3 ]] ; then
fi
target=jet
module purge
elif [[ -d /lfs/h1 ]] ; then
target=wcoss2_cray
module purge
elif [[ -d /scratch1 ]] ; then
# We are on NOAA Hera
if ( ! eval module help > /dev/null 2>&1 ) ; then
Expand Down

0 comments on commit 7e87be1

Please sign in to comment.