-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/mpi_abort: Merge branch 'develop' into feature/mpi_abort
Issues #140.
- Loading branch information
Showing
35 changed files
with
211 additions
and
234 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,11 @@ | ||
build/ | ||
install/ | ||
exec/ | ||
|
||
*.[ao] | ||
*.mod | ||
*.so | ||
*.exe | ||
*.x | ||
|
||
*.swp |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "cmake"] | ||
path = cmake | ||
path = CMakeModules | ||
url = https://github.com/NOAA-EMC/CMakeModules | ||
branch = develop |
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
Submodule CMakeModules
added at
3eaddb
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
Submodule cmake
deleted from
ff93c2
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
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 |
---|---|---|
@@ -1,30 +1,34 @@ | ||
#%Module##################################################### | ||
## Build and run module for Jet | ||
############################################################# | ||
|
||
module use /lfs4/HFIP/hfv3gfs/nwprod/NCEPLIBS/modulefiles | ||
module load cmake/3.16.1 | ||
module load intel/18.0.5.274 | ||
module load impi/2018.4.274 | ||
module load szip/2.1 | ||
module load hdf5/1.10.4 | ||
module load netcdf/4.6.1 | ||
export NETCDF="/apps/netcdf/4.6.1/intel/18.0.5.274" | ||
module load w3nco/v2.0.6 | ||
module load w3emc/v2.2.0 | ||
module load sp/v2.0.2 | ||
module load ip/v3.0.0 | ||
module load bacio/v2.0.2 | ||
module load sigio/v2.1.0 | ||
module load sfcio/v1.0.0 | ||
module load nemsio/v2.2.3 | ||
module load nemsiogfs/v2.0.1 | ||
module load gfsio/v1.1.0 | ||
module load landsfcutil/v2.1.0 | ||
module load g2/v3.1.0 | ||
module load hdf5/1.10.5 | ||
module load netcdf/4.7.0 | ||
|
||
export CC=icc | ||
export FC=ifort | ||
export CXX=icpc | ||
|
||
export ESMFMKFILE=/lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0beta01/intel-18.0.5.274/impi-2018.4.274/lib64/esmf.mk | ||
export Jasper_ROOT=/lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0beta01/intel-18.0.5.274/impi-2018.4.274 | ||
|
||
module use /lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0beta01/intel-18.0.5.274/impi-2018.4.274/modules | ||
module load w3nco/2.4.1 | ||
module load w3emc/2.7.3 | ||
module load sp/2.3.3 | ||
module load ip/3.3.3 | ||
module load bacio/2.4.1 | ||
module load sigio/2.3.2 | ||
module load sfcio/1.4.1 | ||
module load nemsio/2.5.2 | ||
module load nemsiogfs/2.5.3 | ||
module load gfsio/1.4.1 | ||
module load landsfcutil/2.4.1 | ||
module load g2/3.4.1 | ||
module load wgrib2/2.0.8 | ||
|
||
|
||
# Use DTCs version of esmf v8. POC Dom H. | ||
module use -a /lfs4/HFIP/hfv3gfs/software/modulefiles/intel-18.0.5.274/impi-2018.4.274 | ||
module load esmf/8.0.0 | ||
|
||
export WGRIB2_ROOT="/lfs4/HFIP/hwrfv3/Jili.Dong/wgrib2-2.0.8/grib2/lib" |
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
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
Oops, something went wrong.