Skip to content

Commit

Permalink
Selective updates for Gaea and Cheyenne from develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jan 11, 2020
1 parent ae3cf03 commit 8716163
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions modulefiles/cheyenne.intel-impi/fv3
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ module load NCEPlibs/9.9.9
## SIONlib library
##
module load SIONlib/1.7.4

##
## set cmake compilers
##
setenv CMAKE_C_COMPILER mpicc
setenv CMAKE_CXX_COMPILER mpicxx
setenv CMAKE_Fortran_COMPILER mpif90
setenv CMAKE_Platform cheyenne.intel-impi
5 changes: 2 additions & 3 deletions modulefiles/gaea.intel/fv3
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module rm intel
module load intel/18.0.3.222
module load cray-netcdf

module use -a /lustre/f2/pdata/esrl/gsd/gmtb/NEMSfv3gfs/modules/modulefiles/intel-18.0.3.222
module use -a /lustre/f2/pdata/esrl/gsd/ufs/modules/modulefiles/intel-18.0.3.222

##
## Libxml2 - compiled manually because of issues with linking the code
Expand All @@ -46,5 +46,4 @@ module load alps
setenv CMAKE_C_COMPILER cc
setenv CMAKE_CXX_COMPILER CC
setenv CMAKE_Fortran_COMPILER ftn
setenv CMAKE_Platform gaea
setenv NETCDF ${NETCDF_DIR}
setenv CMAKE_Platform gaea.intel
2 changes: 1 addition & 1 deletion modulefiles/gaea.intel/fv3.intel-16.0.3.210
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module load cray-netcdf
setenv NETCDF /opt/cray/pe/netcdf/4.4.0/INTEL/15.0
setenv HDF5 /opt/cray/pe/hdf5/1.8.16/INTEL/15.0

module use -a /lustre/f2/pdata/esrl/gsd/gmtb/NEMSfv3gfs/modules/modulefiles/intel-16.0.3.210
module use -a /lustre/f2/pdata/esrl/gsd/ufs/modules/modulefiles/intel-16.0.3.210

##
## Libxml2 - compiled manually because of issues with linking the code
Expand Down
4 changes: 2 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ elif [[ $MACHINE_ID = gaea.* ]]; then
ECFLOW_START=
# DH* 20190717 temporary
#DISKNM=/lustre/f2/pdata/ncep_shared/emc.nemspara/RT
DISKNM=/lustre/f2/pdata/esrl/gsd/gmtb/NEMSfv3gfs/RT
DISKNM=/lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT
# *DH 20190717
QUEUE=debug
# DO NOT SET AN ACCOUNT EVERYONE IS NOT A MEMBER OF
Expand Down Expand Up @@ -242,7 +242,7 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then

export PYTHONPATH=
ECFLOW_START=
QUEUE=economy
QUEUE=premium
PARTITION=
dprefix=/glade/scratch
DISKNM=/glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT
Expand Down

0 comments on commit 8716163

Please sign in to comment.