From 1f3f99c2c46939a8dd6173d612d1ce4624217c2e Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Mon, 18 Nov 2024 12:12:32 -0600 Subject: [PATCH] update spack stack 1.8.0 paths --- ci/rt.sh | 6 +++--- modulefiles/hera.lua | 2 +- modulefiles/hercules.lua | 2 +- modulefiles/orion.lua | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/rt.sh b/ci/rt.sh index dba1e239f..6c1f46cb3 100755 --- a/ci/rt.sh +++ b/ci/rt.sh @@ -67,7 +67,7 @@ if [ $mac2 = hf ]; then # for HERA export machine=HERA export homedir=${homedir:-"/scratch2/NAGAPE/epic/UPP/test_suite"} export rundir=${rundir:-"/scratch1/NCEPDEV/stmp2/${USER}"} - module use /scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core + module use /contrib/spack-stack/spack-stack-1.8.0/envs/mapl-2.40.3-intel-2021.5.0/install/modulefiles/Core module load stack-intel/2021.5.0 module load stack-intel-oneapi-mpi/2021.5.1 module load prod_util/2.1.1 @@ -75,7 +75,7 @@ elif [ $mac3 = orio ] ; then export machine=ORION export homedir=${homedir:-"/work/noaa/epic/UPP"} export rundir=${rundir:-"/work2/noaa/stmp/$USER"} - module use /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core + module use /apps/contrib/spack-stack/spack-stack-1.8.0/envs/mapl-2.40.3-intel-2021.9.0/install/modulefiles/Core module load stack-intel/2021.9.0 module load stack-intel-oneapi-mpi/2021.9.0 module load prod_util/2.1.1 @@ -84,7 +84,7 @@ elif [ $mac3 = herc ] ; then export machine=HERCULES export homedir=${homedir:-"/work/noaa/epic/UPP"} export rundir=${rundir:-"/work2/noaa/stmp/$USER"} - module use /work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core + module use /apps/contrib/spack-stack/spack-stack-1.8.0/envs/mapl-2.40.3-intel-2021.9.0/install/modulefiles/Core module load stack-intel/2021.9.0 module load stack-intel-oneapi-mpi/2021.9.0 module load prod_util/2.1.1 diff --git a/modulefiles/hera.lua b/modulefiles/hera.lua index 4f0f90fbf..eccbfc7f3 100644 --- a/modulefiles/hera.lua +++ b/modulefiles/hera.lua @@ -3,7 +3,7 @@ Load environment to build UPP on hera ]]) -prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.8.0/envs/ue-intel-2021.5.0/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.8.0/envs/mapl-2.40.3-intel-2021.5.0/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/hercules.lua b/modulefiles/hercules.lua index d465b55ed..fcd12b3ad 100644 --- a/modulefiles/hercules.lua +++ b/modulefiles/hercules.lua @@ -3,7 +3,7 @@ Load environment to build UPP on hecules ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.8.0/envs/test1/install/modulefiles/Core") +prepend_path("MODULEPATH", "/apps/contrib/spack-stack/spack-stack-1.8.0/envs/mapl-2.40.3-intel-2021.9.0/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/orion.lua b/modulefiles/orion.lua index cb817c2cf..02ee53193 100644 --- a/modulefiles/orion.lua +++ b/modulefiles/orion.lua @@ -3,7 +3,7 @@ Load environment to build UPP on orion ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.8.0/envs/ue-intel-2021.9.0/install/modulefiles/Core") +prepend_path("MODULEPATH", "/apps/contrib/spack-stack/spack-stack-1.8.0/envs/mapl-2.40.3-intel-2021.9.0/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver))