Skip to content

Commit

Permalink
Switch to ip v4.0.0 as v4.1.0 caused the snow2mdl regression
Browse files Browse the repository at this point in the history
test to fail (large differences).

Fixes #877.
  • Loading branch information
GeorgeGayno-NOAA committed Aug 9, 2024
1 parent be7c21c commit 6f42420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/build.wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ load(pathJoin("sigio", sigio_ver))
sp_ver=os.getenv("sp_ver") or "2.4.0"
load(pathJoin("sp", sp_ver))

ip_ver=os.getenv("ip_ver") or "4.1.0"
ip_ver=os.getenv("ip_ver") or "4.0.0"
load(pathJoin("ip", ip_ver))

g2_ver=os.getenv("g2_ver") or "3.4.5"
Expand Down

0 comments on commit 6f42420

Please sign in to comment.