Skip to content

Commit

Permalink
Migrate to Rocky8 installation of spack-stack on Jet (#61)
Browse files Browse the repository at this point in the history
- Update Jet module file to use Rocky8 installation of spack-stack;
- Jet has been upgraded to the Rocky8 Linux OS and present module file
no longer works
  Resolves #60
  Refs NOAA-EMC/global-workflow#2377
  • Loading branch information
InnocentSouopgui-NOAA committed Apr 8, 2024
1 parent de3708b commit accaeed
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/install/modulefiles/Core")
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/role.epic/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"
Expand Down

0 comments on commit accaeed

Please sign in to comment.