Skip to content

Commit

Permalink
Fix spack-stack path for Hera/rdbfmsua modulefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 17, 2024
1 parent 3b6917a commit 8e0f4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/rdbfmsua_hera.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 Hera
]])

prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/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/ue-intel-2021.5.0/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 8e0f4c7

Please sign in to comment.