Skip to content

Commit 013f621

Browse files
committed
Fix WCOSS2 build after the EMC Develop Sync
1 parent 585e72d commit 013f621

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modulefiles/gsi_wcoss2.intel.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ load(pathJoin("bufr", bufr_ver))
3737
pushenv("USE_BUFR4", "YES")
3838
load(pathJoin("bacio", bacio_ver))
3939
load(pathJoin("w3emc", w3emc_ver))
40-
load(pathJoin("sp", sp_ver))
41-
load(pathJoin("ip", ip_ver))
40+
load(pathJoin("ip", "5.2.0"))
4241
load(pathJoin("sigio", sigio_ver))
4342
load(pathJoin("sfcio", sfcio_ver))
4443
load(pathJoin("nemsio", nemsio_ver))

0 commit comments

Comments
 (0)