Skip to content

Commit

Permalink
feature/cmake This commit references ufs-community#91.
Browse files Browse the repository at this point in the history
Additional clean up for the Cray driver scripts.
  • Loading branch information
GeorgeGayno-NOAA committed May 12, 2020
1 parent a170ec1 commit 333df02
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions driver_scripts/driver_grid.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
#
#-----------------------------------------------------------------------

. $MODULESHOME/init/sh
module load PrgEnv-intel cfp-intel-sandybridge/1.1.0
source ../sorc/machine-setup.sh > /dev/null 2>&1
source ../modulefiles/build.wcoss_cray
module list

#-----------------------------------------------------------------------
Expand Down
6 changes: 5 additions & 1 deletion modulefiles/build.wcoss_cray
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
#%Module#####################################################
## Build module for WCOSS-Cray
## Build and run module for WCOSS-Cray
#############################################################

module load hpss/4.1.0.3
module load xt-lsfhpc/9.1.3
module load cfp-intel-sandybridge/1.1.0
module load cmake/3.16.2
module load PrgEnv-intel/5.2.56
module rm intel
module load intel/16.3.210
module load cray-mpich/7.2.0
module load craype-haswell
module load alps/5.2.4-2.0502.9822.32.1.ari
module load cray-netcdf/4.3.3.1
module load cray-hdf5/1.8.14
module load w3nco-intel/2.0.6
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

set -x

source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.wcoss_cray
module list

Expand Down
1 change: 1 addition & 0 deletions reg_tests/global_cycle/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#BSUB -W 00:05
#BSUB -extsched 'CRAYLINUX[]'

source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.wcoss_cray
module list

Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#
#-----------------------------------------------------------------------------

source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.wcoss_cray
module load cfp-intel-sandybridge/1.1.0
module list

set -x
Expand Down
1 change: 1 addition & 0 deletions reg_tests/ice_blend/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

set -x

source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.wcoss_cray
module list

Expand Down
1 change: 1 addition & 0 deletions reg_tests/snow2mdl/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

set -x

source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.wcoss_cray
module list

Expand Down
1 change: 1 addition & 0 deletions util/gdas_init/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

set -x

source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.wcoss_cray
module list

Expand Down

0 comments on commit 333df02

Please sign in to comment.