Skip to content

Commit

Permalink
Use contrib installation of spack-stack on Jet (#79)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
InnocentSouopgui-NOAA authored Sep 6, 2024
1 parent bd8f13d commit a00cc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/gfsutils_jet.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a00cc09

Please sign in to comment.