forked from NOAA-EMC/GEFS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add module files for enspqpf program
On branch hotfix/pqpf new file: modulefiles/gefs/global_enspqpf.hera new file: modulefiles/gefs/global_enspqpf.jet new file: modulefiles/gefs/global_enspqpf.wcoss_cray new file: modulefiles/gefs/global_enspqpf.wcoss_dell_p3 Refs: #2
- Loading branch information
1 parent
f7d8308
commit d188988
Showing
4 changed files
with
92 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,31 @@ | ||
#%Module##################################################### | ||
## global_enspqpf component - Hera | ||
############################################################# | ||
#module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles | ||
|
||
## | ||
## load programming environment | ||
## this typically includes compiler, MPI and job scheduler | ||
## | ||
module load intel/18.0.5.274 | ||
|
||
## | ||
## NCEP libraries | ||
## | ||
module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles | ||
|
||
module load g2/3.1.1 | ||
module load w3nco/2.0.7 | ||
module load bacio/2.0.3 | ||
module load sp/2.0.3 | ||
|
||
module load jasper/1.900.1 | ||
module load png/1.2.44 | ||
module load z/1.2.11 | ||
|
||
|
||
## | ||
export FCMP=ifort | ||
export LDFLAGSM= | ||
export OMPFLAGM= | ||
|
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,23 @@ | ||
#%Module##################################################### | ||
## global_enspqpf component - Theia | ||
############################################################# | ||
module use /lfs3/projects/hfv3gfs/nwprod/lib/modulefiles | ||
module use /lfs3/projects/hwrf-vd/soft/modulefiles | ||
module load intel/15.0.3.187 | ||
module load impi/5.0.3.048 | ||
|
||
module load g2/v2.5.0 | ||
module load w3nco/v2.0.6 | ||
module load bacio/v2.0.1 | ||
module load sp/v2.0.2 | ||
|
||
module load jasper/v1.900.1 | ||
module load png/v1.2.44 | ||
module load z/v1.2.6 | ||
|
||
|
||
## | ||
export FCMP=ifort | ||
export LDFLAGSM= | ||
export OMPFLAGM= | ||
|
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##################################################### | ||
## global_enspqpf component - wcoss_cray | ||
############################################################# | ||
# Load Intel environment | ||
module load PrgEnv-intel | ||
|
||
module load g2-intel/3.1.0 | ||
module load w3nco-intel/2.0.6 | ||
module load bacio-intel/2.0.1 | ||
|
||
module load jasper-gnu-haswell/1.900.1 | ||
module load png-intel-haswell/1.2.49 | ||
module load zlib-intel-haswell/1.2.7 | ||
|
||
## | ||
export FCMP=ifort | ||
export LDFLAGSM= | ||
export OMPFLAGM= | ||
|
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##################################################### | ||
## global_enspqpf component - wcoss_dell_p3 | ||
############################################################# | ||
module load ips/${ips_ver} | ||
|
||
module load g2/${g2_ver} | ||
module load w3nco/${w3nco_ver} | ||
module load bacio/${bacio_ver} | ||
module load jasper/${jasper_ver} | ||
module load libpng/${libpng_ver} | ||
module load zlib/${zlib_ver} | ||
|
||
|
||
|
||
## | ||
export FCMP=ifort | ||
export LDFLAGSM= | ||
export OMPFLAGM= | ||
|