From a00cc0949e2f901e73b58d54834517743916c69a Mon Sep 17 00:00:00 2001 From: Innocent Souopgui <162634017+InnocentSouopgui-NOAA@users.noreply.github.com> Date: Fri, 6 Sep 2024 06:48:47 -0500 Subject: [PATCH] Use contrib installation of spack-stack on Jet (#79) - Update Jet module file to use /contrib installation of spack-stack; - Following the failure of the lfs4 storage, spack stack was moved to /contrib and present module file no longer works Resolves #78 --- modulefiles/gfsutils_jet.intel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/gfsutils_jet.intel.lua b/modulefiles/gfsutils_jet.intel.lua index e319d894..2cc65394 100644 --- a/modulefiles/gfsutils_jet.intel.lua +++ b/modulefiles/gfsutils_jet.intel.lua @@ -2,7 +2,7 @@ help([[ Build environment for GFS utilities on Jet ]]) -prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/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-intel/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"