Skip to content

Commit

Permalink
Reverting to old impi version(2022.1.2) on Jet
Browse files Browse the repository at this point in the history
  • Loading branch information
BijuThomas-NOAA committed Oct 17, 2024
1 parent e2601cb commit 3c4a034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modulefiles/gsi_jet.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-
local python_ver=os.getenv("python_ver") or "3.11.6"
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"
local impi_ver=os.getenv("impi_ver") or "2024.2.1"
local cmake_ver=os.getenv("cmake_ver") or "3.23.1"
local prod_util_ver=os.getenv("prod_util_ver") or "2.1.1"

load(pathJoin("stack-intel", stack_intel_ver))
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver))
load(pathJoin("impi", impi_ver))
load(pathJoin("python", python_ver))
load(pathJoin("cmake", cmake_ver))

Expand Down

0 comments on commit 3c4a034

Please sign in to comment.