forked from NOAA-EMC/GSI
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c86e8d
commit 5817239
Showing
11 changed files
with
346 additions
and
111 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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
help([[ | ||
]]) | ||
|
||
load("cmake/3.22.0") | ||
load("python/3.7.9") | ||
load("ncarenv/1.3") | ||
load("gnu/10.1.0") | ||
load("mpt/2.22") | ||
load("ncarcompilers/0.5.0") | ||
unload("netcdf") | ||
|
||
prepend_path("MODULEPATH", "/glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/modulefiles/stack") | ||
unload("ncarenv/1.3") | ||
unload("intel/19.1.1") | ||
unload("ncarcompilers/0.5.0") | ||
unload("mpt/2.25") | ||
unload("netcdf/4.8.1") | ||
|
||
load("hpc/1.2.0") | ||
load("hpc-gnu/10.1.0") | ||
load("hpc-mpt/2.22") | ||
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/cheyenne/spack-stack-1.4.1/envs/unified-env/install/modulefiles/Core") | ||
prepend_path("MODULEPATH", "/glade/work/jedipara/cheyenne/spack-stack/modulefiles/misc") | ||
|
||
-- Preload w3nco to work around nemsio "find_dependency(w3nco)" hpc-stack bug | ||
load("w3nco/2.4.1") | ||
local stack_python_ver=os.getenv("stack_python_ver") or "3.9.12" | ||
local stack_gnu_ver=os.getenv("stack_gnu_ver") or "10.1.0" | ||
local stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.1" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.22.0" | ||
|
||
load("gsi_common") | ||
|
||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
load(pathJoin("prod_util", prod_util_ver)) | ||
load(pathJoin("stack-gcc", stack_gnu_ver)) | ||
load(pathJoin("stack-openmpi", stack_openmpi_ver)) | ||
load(pathJoin("stack-python", stack_python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
load(pathJoin("prod_util", os.getenv("prod_util_ver") or "1.2.2")) | ||
load(pathJoin("openblas", os.getenv("openblas_ver") or "0.3.23")) | ||
|
||
pushenv("MKLROOT", "/glade/u/apps/opt/intel/2022.1/mkl/latest") | ||
load("gsi_common") | ||
|
||
pushenv("CC", "mpicc") | ||
pushenv("FC", "mpif90") | ||
pushenv("CXX", "mpicxx") | ||
pushenv("CFLAGS", "-xHOST") | ||
pushenv("FFLAGS", "-xHOST") | ||
pushenv("GSI_BINARY_SOURCE_DIR", "/glade/work/epicufsrt/contrib/GSI_data/fix/20230601") | ||
|
||
whatis("Description: GSI environment on Cheyenne with GNU Compilers") |
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,26 +1,32 @@ | ||
help([[ | ||
]]) | ||
|
||
load("cmake/3.22.0") | ||
load("python/3.7.9") | ||
load("ncarenv/1.3") | ||
load("intel/2022.1") | ||
load("mpt/2.25") | ||
load("ncarcompilers/0.5.0") | ||
unload("ncarenv/1.3") | ||
unload("intel/19.1.1") | ||
unload("ncarcompilers/0.5.0") | ||
unload("mpt/2.25") | ||
unload("netcdf/4.8.1") | ||
|
||
prepend_path("MODULEPATH", "/glade/work/epicufsrt/GMTB/tools/intel/2022.1/hpc-stack-v1.2.0_6eb6/modulefiles/stack") | ||
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/cheyenne/spack-stack-1.4.1/envs/unified-env/install/modulefiles/Core") | ||
prepend_path("MODULEPATH", "/glade/work/jedipara/cheyenne/spack-stack/modulefiles/misc") | ||
|
||
load("hpc/1.2.0") | ||
load("hpc-intel/2022.1") | ||
load("hpc-mpt/2.25") | ||
load("mkl/2022.1") | ||
local stack_python_ver=os.getenv("stack_python_ver") or "3.9.12" | ||
local stack_intel_ver=os.getenv("stack_intel_ver") or "19.1.1.217" | ||
local stack_mpi_ver=os.getenv("stack_mpi_ver") or "2019.7.217" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.22.0" | ||
|
||
load("gsi_common") | ||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-intel-mpi", stack_mpi_ver)) | ||
load(pathJoin("stack-python", stack_python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
load(pathJoin("prod_util", prod_util_ver)) | ||
load("gsi_common") | ||
load(pathJoin("prod-util", os.getenv("prod_util_ver") or "1.2.2")) | ||
pushenv("GSI_BINARY_SOURCE_DIR", "/glade/work/epicufsrt/contrib/GSI_data/fix/20230911") | ||
|
||
pushenv("CFLAGS", "-xHOST") | ||
pushenv("FFLAGS", "-xHOST") | ||
|
||
pushenv("GSI_BINARY_SOURCE_DIR", "/glade/work/epicufsrt/contrib/GSI_data/fix/20230601") | ||
|
||
whatis("Description: GSI environment on Cheyenne with Intel Compilers") |
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
help([[ | ||
]]) | ||
|
||
unload("intel") | ||
unload("cray-mpich") | ||
unload("cray-python") | ||
unload("darshan") | ||
|
||
prepend_path("MODULEPATH", "/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/spack-stack-1.4.1-c4/envs/unified-env/install/modulefiles/Core") | ||
prepend_path("MODULEPATH", "/lustre/f2/pdata/esrl/gsd/spack-stack/modulefiles") | ||
|
||
local stack_python_ver=os.getenv("stack_python_ver") or "3.9.12" | ||
local stack_intel_ver=os.getenv("stack_intel_ver") or "2022.0.2" | ||
local stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "7.7.20" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.23.1" | ||
|
||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) | ||
load(pathJoin("stack-python", stack_python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
load("gsi_common") | ||
|
||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
load(pathJoin("prod-util", prod_util_ver)) | ||
|
||
-- Needed at runtime: | ||
load("alps") | ||
|
||
local MKLROOT="/opt/intel/oneapi/mkl/2022.0.2/" | ||
prepend_path("LD_LIBRARY_PATH",pathJoin(MKLROOT,"lib/intel64")) | ||
pushenv("MKLROOT", MKLROOT) | ||
|
||
pushenv("GSI_BINARY_SOURCE_DIR", "/lustre/f2/dev/role.epic/contrib/GSI_data/fix/20230911") | ||
|
||
setenv("CC","cc") | ||
setenv("FC","ftn") | ||
setenv("CXX","CC") | ||
pushenv("CRAYPE_LINK_TYPE","dynamic") | ||
|
||
whatis("Description: GSI environment on Gaea with Intel Compilers") | ||
|
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,23 +1,27 @@ | ||
help([[ | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") | ||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/gsi-addon/install/modulefiles/Core") | ||
--Needed for openmpi build | ||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/jcsda/jedipara/spack-stack/modulefiles") | ||
|
||
local hpc_ver=os.getenv("hpc_ver") or "1.1.0" | ||
local hpc_gnu_ver=os.getenv("hpc_gnu_ver") or "9.2.0" | ||
local hpc_mpich_ver=os.getenv("hpc_mpich_ver") or "3.3.2" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.20.1" | ||
local python_ver=os.getenv("python_ver") or "3.10.8" | ||
local stack_gnu_ver=os.getenv("stack_gnu_ver") or "9.2.0" | ||
local stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.5" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.23.1" | ||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
local openblas_ver=os.getenv("openblas_ver") or "0.3.19" | ||
|
||
load(pathJoin("hpc", hpc_ver)) | ||
load(pathJoin("hpc-gnu", hpc_gnu_ver)) | ||
load(pathJoin("hpc-mpich", hpc_mpich_ver)) | ||
load(pathJoin("stack-gcc", stack_gnu_ver)) | ||
load(pathJoin("stack-openmpi", stack_openmpi_ver)) | ||
load(pathJoin("python", python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
load("gsi_common") | ||
|
||
load(pathJoin("prod_util", prod_util_ver)) | ||
load(pathJoin("openblas", openblas_ver)) | ||
|
||
pushenv("MKLROOT", "/apps/oneapi/mkl/2022.0.2") | ||
pushenv("GSI_BINARY_SOURCE_DIR", "/scratch1/NCEPDEV/global/glopara/fix/gsi/20230911") | ||
|
||
whatis("Description: GSI environment on Hera with GNU Compilers") |
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,29 +1,59 @@ | ||
help([[ | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") | ||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/gsi-addon-env-rocky8/install/modulefiles/Core") | ||
|
||
local hpc_ver=os.getenv("hpc_ver") or "1.1.0" | ||
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.5.274" | ||
local hpc_impi_ver=os.getenv("hpc_impi_ver") or "2018.0.4" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.20.1" | ||
local anaconda_ver=os.getenv("anaconda_ver") or "2.3.0" | ||
local python_ver=os.getenv("python_ver") or "3.10.13" | ||
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" | ||
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.23.1" | ||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
|
||
load(pathJoin("hpc", hpc_ver)) | ||
load(pathJoin("hpc-intel", hpc_intel_ver)) | ||
load(pathJoin("hpc-impi", hpc_impi_ver)) | ||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) | ||
load(pathJoin("python", python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
prepend_path("MODULEPATH", "/contrib/anaconda/modulefiles") | ||
|
||
load(pathJoin("anaconda", anaconda_ver)) | ||
|
||
load("gsi_common") | ||
local netcdf_c_ver=os.getenv("netcdf_c_ver") or "4.9.2" | ||
local netcdf_fortran_ver=os.getenv("netcdf_fortran_ver") or "4.6.0" | ||
|
||
local bufr_ver=os.getenv("bufr_ver") or "11.7.0" | ||
local bacio_ver=os.getenv("bacio_ver") or "2.4.1" | ||
local w3emc_ver=os.getenv("w3emc_ver") or "2.10.0" | ||
local sp_ver=os.getenv("sp_ver") or "2.3.3" | ||
local ip_ver=os.getenv("ip_ver") or "4.3.0" | ||
local sigio_ver=os.getenv("sigio_ver") or "2.3.2" | ||
local sfcio_ver=os.getenv("sfcio_ver") or "1.4.1" | ||
local nemsio_ver=os.getenv("nemsio_ver") or "2.5.4" | ||
local wrf_io_ver=os.getenv("wrf_io_ver") or "1.2.0" | ||
local ncio_ver=os.getenv("ncio_ver") or "1.1.2" | ||
local crtm_ver=os.getenv("crtm_ver") or "2.4.0" | ||
local ncdiag_ver=os.getenv("ncdiag_ver") or "1.1.2" | ||
|
||
load(pathJoin("netcdf-c", netcdf_c_ver)) | ||
load(pathJoin("netcdf-fortran", netcdf_fortran_ver)) | ||
|
||
load(pathJoin("bufr", bufr_ver)) | ||
load(pathJoin("bacio", bacio_ver)) | ||
load(pathJoin("w3emc", w3emc_ver)) | ||
load(pathJoin("sp", sp_ver)) | ||
load(pathJoin("ip", ip_ver)) | ||
load(pathJoin("sigio", sigio_ver)) | ||
load(pathJoin("sfcio", sfcio_ver)) | ||
load(pathJoin("nemsio", nemsio_ver)) | ||
load(pathJoin("wrf-io", wrf_io_ver)) | ||
load(pathJoin("ncio", ncio_ver)) | ||
load(pathJoin("crtm", crtm_ver)) | ||
load(pathJoin("gsi-ncdiag",ncdiag_ver)) | ||
|
||
load(pathJoin("prod_util", prod_util_ver)) | ||
|
||
pushenv("CFLAGS", "-xHOST") | ||
pushenv("FFLAGS", "-xHOST") | ||
|
||
pushenv("GSI_BINARY_SOURCE_DIR", "/scratch1/NCEPDEV/global/glopara/fix/gsi/20230911") | ||
|
||
whatis("Description: GSI environment on Hera with Intel Compilers") | ||
help([[ | ||
Load common modules to build GSI on all machines | ||
]]) |
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,60 @@ | ||
help([[ | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.5.1/envs/gsi-addon/install/modulefiles/Core") | ||
|
||
local stack_python_ver=os.getenv("stack_python_ver") or "3.10.8" | ||
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" | ||
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.9.0" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.23.1" | ||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
|
||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) | ||
load(pathJoin("python", stack_python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
local netcdf_c_ver=os.getenv("netcdf_c_ver") or "4.9.2" | ||
local netcdf_fortran_ver=os.getenv("netcdf_fortran_ver") or "4.6.0" | ||
|
||
local bufr_ver=os.getenv("bufr_ver") or "11.7.0" | ||
local bacio_ver=os.getenv("bacio_ver") or "2.4.1" | ||
local w3emc_ver=os.getenv("w3emc_ver") or "2.10.0" | ||
local sp_ver=os.getenv("sp_ver") or "2.3.3" | ||
local ip_ver=os.getenv("ip_ver") or "4.3.0" | ||
local sigio_ver=os.getenv("sigio_ver") or "2.3.2" | ||
local sfcio_ver=os.getenv("sfcio_ver") or "1.4.1" | ||
local nemsio_ver=os.getenv("nemsio_ver") or "2.5.4" | ||
local wrf_io_ver=os.getenv("wrf_io_ver") or "1.2.0" | ||
local ncio_ver=os.getenv("ncio_ver") or "1.1.2" | ||
local crtm_ver=os.getenv("crtm_ver") or "2.4.0" | ||
local ncdiag_ver=os.getenv("ncdiag_ver") or "1.1.2" | ||
|
||
load(pathJoin("netcdf-c", netcdf_c_ver)) | ||
load(pathJoin("netcdf-fortran", netcdf_fortran_ver)) | ||
|
||
load(pathJoin("bufr", bufr_ver)) | ||
load(pathJoin("bacio", bacio_ver)) | ||
load(pathJoin("w3emc", w3emc_ver)) | ||
load(pathJoin("sp", sp_ver)) | ||
load(pathJoin("ip", ip_ver)) | ||
load(pathJoin("sigio", sigio_ver)) | ||
load(pathJoin("sfcio", sfcio_ver)) | ||
load(pathJoin("nemsio", nemsio_ver)) | ||
load(pathJoin("wrf-io", wrf_io_ver)) | ||
load(pathJoin("ncio", ncio_ver)) | ||
load(pathJoin("crtm", crtm_ver)) | ||
load(pathJoin("gsi-ncdiag",ncdiag_ver)) | ||
|
||
load(pathJoin("prod_util", prod_util_ver)) | ||
load("intel-oneapi-mkl/2022.2.1") | ||
|
||
pushenv("CFLAGS", "-xHOST") | ||
pushenv("FFLAGS", "-xHOST") | ||
|
||
pushenv("GSI_BINARY_SOURCE_DIR", "/work/noaa/global/glopara/fix/gsi/20230911") | ||
|
||
whatis("Description: GSI environment on Hercules with Intel Compilers") | ||
help([[ | ||
Load common modules to build GSI on all machines | ||
]]) |
Oops, something went wrong.