From c7c2a5b233e6257e5330e33a5d483b577c3cd637 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Wed, 29 Jan 2025 17:17:49 +0000 Subject: [PATCH] update hera spack-stack paths (#159) --- modulefiles/hera.gnu-run.lua | 2 +- modulefiles/hera.gnu.lua | 2 +- modulefiles/hera.intel-run.lua | 2 +- modulefiles/hera.intel.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modulefiles/hera.gnu-run.lua b/modulefiles/hera.gnu-run.lua index fa91dea..c0d32c0 100644 --- a/modulefiles/hera.gnu-run.lua +++ b/modulefiles/hera.gnu-run.lua @@ -1,7 +1,7 @@ help([[ ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core") 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" diff --git a/modulefiles/hera.gnu.lua b/modulefiles/hera.gnu.lua index e2bd440..360d88f 100644 --- a/modulefiles/hera.gnu.lua +++ b/modulefiles/hera.gnu.lua @@ -1,7 +1,7 @@ help([[ ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core") 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" diff --git a/modulefiles/hera.intel-run.lua b/modulefiles/hera.intel-run.lua index 295032b..2406d17 100644 --- a/modulefiles/hera.intel-run.lua +++ b/modulefiles/hera.intel-run.lua @@ -1,7 +1,7 @@ help([[ ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core") 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" diff --git a/modulefiles/hera.intel.lua b/modulefiles/hera.intel.lua index 8009bc2..f4c2f08 100644 --- a/modulefiles/hera.intel.lua +++ b/modulefiles/hera.intel.lua @@ -1,7 +1,7 @@ help([[ ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core") 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"