Skip to content

Commit

Permalink
Updating new impi version, impi/2024.2.1 on Jet
Browse files Browse the repository at this point in the history
  • Loading branch information
BijuThomas-NOAA committed Sep 9, 2024
1 parent 17975f7 commit 8cc01bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modulefiles/build.jet.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ load(pathJoin("stack-intel", stack_intel_ver))
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1"
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver))

impi_ver=os.getenv("impi_ver") or "2024.2.1"
load(pathJoin("impi", impi_ver))

cmake_ver=os.getenv("cmake_ver") or "3.23.1"
load(pathJoin("cmake", cmake_ver))

Expand Down

0 comments on commit 8cc01bb

Please sign in to comment.