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 e4e4ad2 commit 26c0197
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modulefiles/ufs_jet.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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))

stack_python_ver=os.getenv("stack_python_ver") or "3.10.13"
load(pathJoin("stack-python", stack_python_ver))

Expand Down

0 comments on commit 26c0197

Please sign in to comment.