-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #648 from KateFriedman-NOAA/dev_v16
Convert Orion and Hera modulefiles to LUA format and hpc-stack
- Loading branch information
Showing
56 changed files
with
428 additions
and
505 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,17 @@ | ||
help([[ | ||
Load environment for building enkf_chgres_recenter on Hera | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") | ||
|
||
load(pathJoin("hpc", os.getenv("hpc_ver"))) | ||
load(pathJoin("hpc-intel", os.getenv("hpc_intel_ver"))) | ||
load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver"))) | ||
|
||
load(pathJoin("bacio", os.getenv("bacio_ver"))) | ||
load(pathJoin("w3nco", os.getenv("w3nco_ver"))) | ||
load(pathJoin("nemsio", os.getenv("nemsio_ver"))) | ||
load(pathJoin("ip", os.getenv("ip_ver"))) | ||
load(pathJoin("sp", os.getenv("sp_ver"))) | ||
|
||
setenv("FC","mpiifort") |
This file was deleted.
Oops, something went wrong.
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,17 @@ | ||
help([[ | ||
Load environment for building enkf_chgres_recenter on Orion | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack") | ||
|
||
load(pathJoin("hpc", os.getenv("hpc_ver"))) | ||
load(pathJoin("hpc-intel", os.getenv("hpc_intel_ver"))) | ||
load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver"))) | ||
|
||
load(pathJoin("bacio", os.getenv("bacio_ver"))) | ||
load(pathJoin("w3nco", os.getenv("w3nco_ver"))) | ||
load(pathJoin("nemsio", os.getenv("nemsio_ver"))) | ||
load(pathJoin("ip", os.getenv("ip_ver"))) | ||
load(pathJoin("sp", os.getenv("sp_ver"))) | ||
|
||
setenv("FC","mpiifort") |
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 was deleted.
Oops, something went wrong.
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 @@ | ||
help([[ | ||
Load environment for building enkf_chgres_recenter_nc | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") | ||
|
||
load(pathJoin("hpc", os.getenv("hpc_ver"))) | ||
load(pathJoin("hpc-intel", os.getenv("hpc_intel_ver"))) | ||
load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver"))) | ||
|
||
load(pathJoin("hdf5", os.getenv("hdf5_ver"))) | ||
load(pathJoin("netcdf", os.getenv("netcdf_ver"))) | ||
|
||
load(pathJoin("bacio", os.getenv("bacio_ver"))) | ||
load(pathJoin("w3nco", os.getenv("w3nco_ver"))) | ||
load(pathJoin("ip", os.getenv("ip_ver"))) | ||
load(pathJoin("sp", os.getenv("sp_ver"))) | ||
|
||
setenv("FC","mpiifort") |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
help([[ | ||
Load environment for building enkf_chgres_recenter_nc | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack") | ||
|
||
load(pathJoin("hpc", os.getenv("hpc_ver"))) | ||
load(pathJoin("hpc-intel", os.getenv("hpc_intel_ver"))) | ||
load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver"))) | ||
|
||
load(pathJoin("hdf5", os.getenv("hdf5_ver"))) | ||
load(pathJoin("netcdf", os.getenv("netcdf_ver"))) | ||
|
||
load(pathJoin("bacio", os.getenv("bacio_ver"))) | ||
load(pathJoin("w3nco", os.getenv("w3nco_ver"))) | ||
load(pathJoin("ip", os.getenv("ip_ver"))) | ||
load(pathJoin("sp", os.getenv("sp_ver"))) | ||
|
||
setenv("FC","mpiifort") |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
help([[ | ||
Load environment for building gaussian_sfcanl on Hera | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") | ||
|
||
load(pathJoin("hpc", os.getenv("hpc_ver"))) | ||
load(pathJoin("hpc-intel", os.getenv("hpc_intel_ver"))) | ||
load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver"))) | ||
|
||
load(pathJoin("zlib", os.getenv("zlib_ver"))) | ||
load(pathJoin("hdf5", os.getenv("hdf5_ver"))) | ||
load(pathJoin("netcdf", os.getenv("netcdf_ver"))) | ||
|
||
load(pathJoin("bacio", os.getenv("bacio_ver"))) | ||
load(pathJoin("w3nco", os.getenv("w3nco_ver"))) | ||
load(pathJoin("nemsio", os.getenv("nemsio_ver"))) | ||
load(pathJoin("sp", os.getenv("sp_ver"))) | ||
|
||
setenv("FCOMP","mpiifort") |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
help([[ | ||
Load environment for building gaussian_sfcanl on Orion | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack") | ||
|
||
load(pathJoin("hpc", os.getenv("hpc_ver"))) | ||
load(pathJoin("hpc-intel", os.getenv("hpc_intel_ver"))) | ||
load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver"))) | ||
|
||
load(pathJoin("zlib", os.getenv("zlib_ver"))) | ||
load(pathJoin("hdf5", os.getenv("hdf5_ver"))) | ||
load(pathJoin("netcdf", os.getenv("netcdf_ver"))) | ||
|
||
load(pathJoin("bacio", os.getenv("bacio_ver"))) | ||
load(pathJoin("w3nco", os.getenv("w3nco_ver"))) | ||
load(pathJoin("nemsio", os.getenv("nemsio_ver"))) | ||
load(pathJoin("sp", os.getenv("sp_ver"))) | ||
|
||
setenv("FCOMP","mpiifort") |
This file was deleted.
Oops, something went wrong.
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,26 @@ | ||
help([[ | ||
Load environment to build gfs_bufr on Hera | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") | ||
|
||
load(pathJoin("hpc", os.getenv("hpc_ver"))) | ||
load(pathJoin("hpc-intel", os.getenv("hpc_intel_ver"))) | ||
load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver"))) | ||
|
||
load(pathJoin("gempak", os.getenv("gempak_ver"))) | ||
|
||
load(pathJoin("hdf5", os.getenv("hdf5_ver"))) | ||
load(pathJoin("netcdf", os.getenv("netcdf_ver"))) | ||
|
||
load(pathJoin("bacio", os.getenv("bacio_ver"))) | ||
load(pathJoin("w3nco", os.getenv("w3nco_ver"))) | ||
load(pathJoin("nemsio", os.getenv("nemsio_ver"))) | ||
load(pathJoin("sigio", os.getenv("sigio_ver"))) | ||
load(pathJoin("w3emc", os.getenv("w3emc_ver"))) | ||
load(pathJoin("bufr", os.getenv("bufr_ver"))) | ||
|
||
setenv("myFC","mpiifort") | ||
setenv("myFCFLAGS","-O3 -convert big_endian -traceback -g -fp-model source -qopenmp") | ||
setenv("myCPP","/lib/cpp") | ||
setenv("myCPPFLAGS","-P") |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.