-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: wx20hw <[email protected]>
- Loading branch information
1 parent
850af24
commit d097583
Showing
7 changed files
with
208 additions
and
22 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,20 @@ | ||
#%Module##################################################### | ||
## Build module for Dell | ||
############################################################# | ||
module load envvar/1.0 | ||
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 w3nco/2.4.1 | ||
module load nemsio/2.5.2 | ||
module load bacio/2.4.1 | ||
module load sp/2.3.3 | ||
|
||
module load netcdf/4.7.4 | ||
module load hdf5/1.10.6 | ||
module load esmf/8_1_0_beta_snapshot_27 | ||
|
||
export FCOMP=ftn | ||
export FFLAGS="-O3 -fp-model precise -g -traceback -r8 -i4 -qopenmp -convert big_endian -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,20 @@ | ||
#%Module##################################################### | ||
## Build module for Dell | ||
############################################################# | ||
module load envvar/1.0 | ||
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 w3nco/2.4.1 | ||
module load nemsio/2.5.2 | ||
module load bacio/2.4.1 | ||
module load sp/2.3.3 | ||
|
||
module load netcdf/4.7.4 | ||
module load hdf5/1.10.6 | ||
module load esmf/8_1_0_beta_snapshot_27 | ||
|
||
export FCOMP=ftn | ||
export FFLAGS="-O3 -fp-model precise -g -traceback -r8 -i4 -qopenmp -convert big_endian -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,15 @@ | ||
#%Module##################################################### | ||
## Build module for Dell | ||
############################################################# | ||
module load envvar/1.0 | ||
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 w3nco/2.4.1 | ||
module load bacio/2.4.1 | ||
|
||
export FC=ftn | ||
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 Dell | ||
############################################################# | ||
module load envvar/1.0 | ||
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 w3emc/2.7.3 | ||
module load w3nco/2.4.1 | ||
module load bacio/2.4.1 | ||
module load sp/2.3.3 | ||
module load ip/3.3.3 |
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,16 @@ | ||
#%Module##################################################### | ||
## Build module for Dell | ||
############################################################# | ||
module load envvar/1.0 | ||
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 w3nco/2.4.1 | ||
module load w3emc/2.7.3 | ||
module load bacio/2.4.1 | ||
module load nemsio/2.5.2 | ||
|
||
export FC=ftn | ||
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,16 @@ | ||
#%Module##################################################### | ||
## Build module for Dell | ||
############################################################# | ||
module load envvar/1.0 | ||
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 w3nco/2.4.1 | ||
module load w3emc/2.7.3 | ||
module load bacio/2.4.1 | ||
module load nemsio/2.5.2 | ||
|
||
export FC=ftn | ||
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