forked from NCAR/ccpp-scm
-
Notifications
You must be signed in to change notification settings - Fork 0
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 NCAR#406 from mkavulich/feature/derecho
Add module files for building SCM with spack-stack on Derecho, Hera, Jet, Orion
- Loading branch information
Showing
12 changed files
with
259 additions
and
30 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
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,30 @@ | ||
help([[ | ||
This module loads libraries for building the CCPP Single-Column Model on | ||
the CISL machine Derecho (Cray) using Intel-classic-2023.0.0 | ||
]]) | ||
|
||
whatis([===[Loads spack-stack libraries needed for building the CCPP SCM on Derecho with GNU compilers]===]) | ||
|
||
setenv("LMOD_TMOD_FIND_FIRST","yes") | ||
load("ncarenv/23.09") | ||
load("cmake/3.26.3") | ||
|
||
prepend_path("MODULEPATH","/glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles") | ||
prepend_path("MODULEPATH","/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") | ||
|
||
load("stack-gcc/12.2.0") | ||
load("stack-cray-mpich/8.1.25") | ||
load("stack-python/3.10.8") | ||
load("py-f90nml") | ||
load("py-netcdf4/1.5.8") | ||
|
||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("bacio/2.4.1") | ||
load("sp/2.3.3") | ||
load("w3emc") | ||
|
||
setenv("CMAKE_C_COMPILER","mpicc") | ||
setenv("CMAKE_CXX_COMPILER","mpicxx") | ||
setenv("CMAKE_Fortran_COMPILER","mpif90") | ||
setenv("CMAKE_Platform","derecho.gnu") |
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,30 @@ | ||
help([[ | ||
This module loads libraries for building the CCPP Single-Column Model on | ||
the CISL machine Derecho (Cray) using Intel-classic-2023.0.0 | ||
]]) | ||
|
||
whatis([===[Loads spack-stack libraries needed for building the CCPP SCM on Derecho with Intel compilers]===]) | ||
|
||
setenv("LMOD_TMOD_FIND_FIRST","yes") | ||
load("ncarenv/23.09") | ||
load("cmake/3.26.3") | ||
|
||
prepend_path("MODULEPATH","/glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles") | ||
prepend_path("MODULEPATH","/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") | ||
|
||
load("stack-intel/2021.10.0") | ||
load("stack-cray-mpich/8.1.25") | ||
load("stack-python/3.10.8") | ||
load("py-f90nml") | ||
load("py-netcdf4/1.5.8") | ||
|
||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("bacio/2.4.1") | ||
load("sp/2.3.3") | ||
load("w3emc") | ||
|
||
setenv("CMAKE_C_COMPILER","cc") | ||
setenv("CMAKE_CXX_COMPILER","CC") | ||
setenv("CMAKE_Fortran_COMPILER","ftn") | ||
setenv("CMAKE_Platform","derecho.intel") |
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,30 @@ | ||
help([[ | ||
This module loads libraries for building the CCPP Single-Column Model on | ||
the NOAA RDHPC machine Hera using GNU 9.2.0 | ||
]]) | ||
|
||
whatis([===[Loads libraries needed for building the CCPP SCM on Hera with GNU compilers ]===]) | ||
|
||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/jcsda/jedipara/spack-stack/modulefiles") | ||
|
||
load("cmake/3.20.1") | ||
load("miniconda/3.9.12") | ||
|
||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") | ||
|
||
load("stack-gcc/9.2.0") | ||
load("stack-openmpi/4.1.5") | ||
load("stack-python/3.10.8") | ||
load("py-f90nml") | ||
load("py-netcdf4/1.5.8") | ||
|
||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("bacio/2.4.1") | ||
load("sp/2.3.3") | ||
load("w3emc") | ||
|
||
setenv("CMAKE_C_COMPILER","mpicc") | ||
setenv("CMAKE_CXX_COMPILER","mpicxx") | ||
setenv("CMAKE_Fortran_COMPILER","mpif90") | ||
setenv("CMAKE_Platform","hera.gnu") |
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,29 @@ | ||
help([[ | ||
This module loads libraries for building the CCPP Single-Column Model on | ||
the NOAA RDHPC machine Hera using Intel-2021.5.0 | ||
]]) | ||
|
||
whatis([===[Loads libraries needed for building the CCPP SCM on Hera with Intel compilers ]===]) | ||
|
||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/jcsda/jedipara/spack-stack/modulefiles") | ||
load("cmake/3.20.1") | ||
load("miniconda/3.9.12") | ||
|
||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") | ||
|
||
load("stack-intel/2021.5.0") | ||
load("stack-intel-oneapi-mpi/2021.5.1") | ||
load("stack-python/3.10.8") | ||
load("py-f90nml") | ||
load("py-netcdf4/1.5.8") | ||
|
||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("bacio/2.4.1") | ||
load("sp/2.3.3") | ||
load("w3emc") | ||
|
||
setenv("CMAKE_C_COMPILER","mpiicc") | ||
setenv("CMAKE_CXX_COMPILER","mpiicpc") | ||
setenv("CMAKE_Fortran_COMPILER","mpiifort") | ||
setenv("CMAKE_Platform","hera.intel") |
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 @@ | ||
help([[ | ||
This module loads libraries for building the CCPP Single-Column Model on | ||
the NOAA RDHPC machine Jet using GNU 9.2.0 | ||
]]) | ||
|
||
whatis([===[Loads libraries needed for building the CCPP SCM on Jet with GNU compilers ]===]) | ||
|
||
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/spack-stack/modulefiles") | ||
|
||
load("cmake/3.26.4") | ||
load("miniconda/3.9.12") | ||
|
||
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/role.epic/modulefiles") | ||
prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") | ||
|
||
load("stack-gcc/9.2.0") | ||
load("stack-openmpi/3.1.4") | ||
load("stack-python/3.10.8") | ||
load("py-f90nml") | ||
load("py-netcdf4/1.5.8") | ||
|
||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("bacio/2.4.1") | ||
load("sp/2.3.3") | ||
load("w3emc") | ||
|
||
setenv("CMAKE_C_COMPILER","mpicc") | ||
setenv("CMAKE_CXX_COMPILER","mpicxx") | ||
setenv("CMAKE_Fortran_COMPILER","mpif90") | ||
setenv("CMAKE_Platform","jet.gnu") |
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 @@ | ||
help([[ | ||
This module loads libraries for building the CCPP Single-Column Model on | ||
the NOAA RDHPC machine Jet using Intel-2021.5.0 | ||
]]) | ||
|
||
whatis([===[Loads libraries needed for building the CCPP SCM on Jet with Intel compilers ]===]) | ||
|
||
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/spack-stack/modulefiles") | ||
|
||
load("cmake/3.26.4") | ||
load("miniconda/3.9.12") | ||
|
||
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/role.epic/modulefiles") | ||
prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") | ||
|
||
load("stack-intel/2021.5.0") | ||
load("stack-intel-oneapi-mpi/2021.5.1") | ||
load("stack-python/3.10.8") | ||
load("py-f90nml") | ||
load("py-netcdf4/1.5.8") | ||
|
||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("bacio/2.4.1") | ||
load("sp/2.3.3") | ||
load("w3emc") | ||
|
||
setenv("CMAKE_C_COMPILER","mpiicc") | ||
setenv("CMAKE_CXX_COMPILER","mpiicpc") | ||
setenv("CMAKE_Fortran_COMPILER","mpiifort") | ||
setenv("CMAKE_Platform","jet.intel") |
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,30 @@ | ||
help([[ | ||
This module loads libraries for building the CCPP Single-Column Model on | ||
the NOAA RDHPC machine orion using GNU 10.2.0 | ||
]]) | ||
|
||
whatis([===[Loads libraries needed for building the CCPP SCM on Orion with GNU compilers ]===]) | ||
|
||
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/modulefiles") | ||
|
||
load("cmake/3.22.1") | ||
load("python/3.9.2") | ||
|
||
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") | ||
|
||
load("stack-gcc/10.2.0") | ||
load("stack-openmpi/4.0.4") | ||
load("stack-python/3.10.8") | ||
load("py-f90nml") | ||
load("py-netcdf4/1.5.8") | ||
|
||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("bacio/2.4.1") | ||
load("sp/2.3.3") | ||
load("w3emc") | ||
|
||
setenv("CMAKE_C_COMPILER","mpicc") | ||
setenv("CMAKE_CXX_COMPILER","mpicxx") | ||
setenv("CMAKE_Fortran_COMPILER","mpif90") | ||
setenv("CMAKE_Platform","orion.gnu") |
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,30 @@ | ||
help([[ | ||
This module loads libraries for building the CCPP Single-Column Model on | ||
the NOAA RDHPC machine Orion using Intel-2021.5.0 | ||
]]) | ||
|
||
whatis([===[Loads libraries needed for building the CCPP SCM on Orion with Intel compilers ]===]) | ||
|
||
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/modulefiles") | ||
|
||
load("cmake/3.22.1") | ||
load("python/3.9.2") | ||
|
||
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") | ||
|
||
load("stack-intel/2022.0.2") | ||
load("stack-intel-oneapi-mpi/2021.5.1") | ||
load("stack-python/3.10.8") | ||
load("py-f90nml") | ||
load("py-netcdf4/1.5.8") | ||
|
||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("bacio/2.4.1") | ||
load("sp/2.3.3") | ||
load("w3emc") | ||
|
||
setenv("CMAKE_C_COMPILER","mpiicc") | ||
setenv("CMAKE_CXX_COMPILER","mpiicpc") | ||
setenv("CMAKE_Fortran_COMPILER","mpiifort") | ||
setenv("CMAKE_Platform","orion.intel") |
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