forked from NOAA-EMC/GLDAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build modules for Hera (all programs except GLDAS).
- Loading branch information
1 parent
ffc5bb0
commit 3ff6c94
Showing
5 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#%Module##################################################### | ||
## Build module for hera | ||
############################################################# | ||
|
||
module load intel/18.0.5.274 | ||
module load impi/2018.0.4 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.0.6 | ||
module load nemsio/2.2.3 | ||
module load bacio/2.0.2 | ||
module load sp/2.0.2 | ||
|
||
export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib | ||
module use -a $NCEPLIBS/modulefiles | ||
module load esmflocal/8_0_48b.netcdf47 | ||
|
||
export FCOMP=mpiifort | ||
export FFLAGS="-O0 -g -traceback -r8 -i4 -qopenmp -convert big_endian -check bounds -warn unused -assume byterecl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#%Module##################################################### | ||
## Build module for hera | ||
############################################################# | ||
|
||
module load intel/18.0.5.274 | ||
module load impi/2018.0.4 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.0.6 | ||
module load nemsio/2.2.3 | ||
module load bacio/2.0.2 | ||
module load sp/2.0.2 | ||
|
||
export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib | ||
module use -a $NCEPLIBS/modulefiles | ||
module load esmflocal/8_0_48b.netcdf47 | ||
|
||
export FCOMP=mpiifort | ||
export FFLAGS="-O0 -g -traceback -r8 -i4 -qopenmp -convert big_endian -check bounds -warn unused -assume byterecl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#%Module##################################################### | ||
## Build module for hera | ||
############################################################# | ||
|
||
module load intel/18.0.5.274 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.0.6 | ||
module load bacio/2.0.2 | ||
|
||
export FC=ifort | ||
export FOPTS="-O0 -FR" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#%Module##################################################### | ||
## Build module for hera | ||
############################################################# | ||
|
||
module load intel/18.0.5.274 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.0.6 | ||
module load w3emc/2.3.0 | ||
module load bacio/2.0.2 | ||
module load nemsio/2.2.3 | ||
|
||
export FC=ifort | ||
export FOPTS='-O -FR -I$(NEMSIO_INC) -convert big_endian' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#%Module##################################################### | ||
## Build module for Hera | ||
############################################################# | ||
|
||
module load intel/18.0.5.274 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.0.6 | ||
module load w3emc/2.3.0 | ||
module load bacio/2.0.2 | ||
module load nemsio/2.2.3 | ||
|
||
export FC=ifort | ||
export FOPTS='-O -FR -I$(NEMSIO_INC) -convert big_endian' |