Skip to content

Commit

Permalink
Update S4 module file to use Rocky8 install of Spack-Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentSouopgui-NOAA committed Nov 19, 2024
1 parent ce5f3b1 commit 81ca612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modulefiles/s4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
-- ---------------------------------------------------------------------------


prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.6.0/envs/upp-addon-ue-intel-2021.10.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.0"
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0"
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.10.0"
local cmake_ver=os.getenv("cmake_ver") or "3.23.1"

load(pathJoin("stack-intel", stack_intel_ver))
Expand Down

0 comments on commit 81ca612

Please sign in to comment.