From ddd0a7cd674b749552316e7761f70be02ee9a99e Mon Sep 17 00:00:00 2001 From: "Michael J. Kavulich, Jr" Date: Thu, 8 Aug 2024 16:43:01 -0500 Subject: [PATCH] Changes to get things working on Orion --- scm/etc/modules/orion_intel.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scm/etc/modules/orion_intel.lua b/scm/etc/modules/orion_intel.lua index 807f446b..b9516241 100644 --- a/scm/etc/modules/orion_intel.lua +++ b/scm/etc/modules/orion_intel.lua @@ -5,12 +5,10 @@ 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") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/unified-env-rocky9/install/modulefiles/Core") -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-intel/2021.9.0") +load("stack-intel-oneapi-mpi/2021.9.0") load("stack-python/3.10.13") load("py-f90nml") load("py-netcdf4/1.5.8")