Skip to content

Commit

Permalink
bump cray mpich to 8.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed May 30, 2024
1 parent e05dab3 commit 2582804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/ufs_wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ load(pathJoin("intel", intel_ver))
craype_ver=os.getenv("craype_ver") or "2.7.13"
load(pathJoin("craype", craype_ver))

cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9"
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.12"
load(pathJoin("cray-mpich", cray_mpich_ver))

cmake_ver=os.getenv("cmake_ver") or "3.20.2"
Expand Down

0 comments on commit 2582804

Please sign in to comment.