diff --git a/scm/etc/modules/hera_intel_spack_stack_1.9.0.lua b/scm/etc/modules/hera_intel_spack_stack_1.9.0.lua new file mode 100644 index 000000000..ef82c191b --- /dev/null +++ b/scm/etc/modules/hera_intel_spack_stack_1.9.0.lua @@ -0,0 +1,27 @@ +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", "/contrib/spack-stack/spack-stack-1.9.0/envs/ue-oneapi-2024.2.1/install/modulefiles/Core/") + +load("stack-oneapi/2024.2.1") +load("stack-intel-oneapi-mpi/2021.13") +load("stack-python/3.11.7") +load("py-f90nml") +load("py-netcdf4") +load("cmake/3.28.1") + +load("netcdf-c/4.9.2") +load("netcdf-fortran/4.6.1") +load("bacio/2.4.1") +load("sp/2.5.0") +load("w3emc/2.10.0") +load("esmf") + +setenv("CMAKE_C_COMPILER","mpiicc") +setenv("CMAKE_CXX_COMPILER","mpiicpc") +setenv("CMAKE_Fortran_COMPILER","mpiifort") +setenv("CMAKE_Platform","hera.intel")