Skip to content

Commit

Permalink
Update modulefiles/gfsutils_noaacloud.intel.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Mahajan <[email protected]>
  • Loading branch information
weihuang-jedi and aerorahul authored Oct 17, 2024
1 parent 2584c5f commit 09203d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulefiles/gfsutils_noaacloud.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ prepend_path("MODULEPATH", "/contrib/spack-stack-rocky8/spack-stack-1.6.0/envs/g
prepend_path("MODULEPATH", "/apps/modules/modulefiles")

load("gnu")
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0"
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0"
load(pathJoin("stack-intel", stack_intel_ver))
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.10.0"
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.10.0"
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver))
unload("gnu")

Expand Down

0 comments on commit 09203d8

Please sign in to comment.