From 7c45a8e00afaa07b03076675e39e87542fc4d7ac Mon Sep 17 00:00:00 2001 From: "Michael Kavulich, Jr" Date: Mon, 20 Nov 2023 19:41:27 +0000 Subject: [PATCH] Updating hera files to more exactly follow spack-stack setup instructions --- scm/etc/modules/hera_gnu.lua | 4 +++- scm/etc/modules/hera_intel.lua | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scm/etc/modules/hera_gnu.lua b/scm/etc/modules/hera_gnu.lua index 3c381cde9..23867c4ac 100644 --- a/scm/etc/modules/hera_gnu.lua +++ b/scm/etc/modules/hera_gnu.lua @@ -5,9 +5,11 @@ 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/jcsda/jedipara/spack-stack/modulefiles") 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") diff --git a/scm/etc/modules/hera_intel.lua b/scm/etc/modules/hera_intel.lua index 9216251b3..d84db665c 100644 --- a/scm/etc/modules/hera_intel.lua +++ b/scm/etc/modules/hera_intel.lua @@ -5,13 +5,14 @@ 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") -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/jcsda/jedipara/spack-stack/modulefiles") load("stack-intel/2021.5.0") -load("stack-intel-oneapi-mpi") +load("stack-intel-oneapi-mpi/2021.5.1") load("stack-python/3.10.8") load("py-f90nml") load("py-netcdf4/1.5.8")