Skip to content

Commit 7aebdfe

Browse files
Update WCOSS2 build module to use new ESMF v8.4.1 library. (#799)
Fixes #798.
1 parent cc9a0bf commit 7aebdfe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modulefiles/build.wcoss2.intel.lua

+2-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@ load(pathJoin("gsl", gsl_ver))
6969
nco_ver=os.getenv("nco_ver") or "4.9.7"
7070
load(pathJoin("nco", nco_ver))
7171

72-
setenv("HPC_OPT","/apps/ops/para/libs")
73-
prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304")
74-
prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7")
75-
esmf_ver=os.getenv("esmf_ver") or "8.4.0b08"
72+
prepend_path("MODULEPATH", "/apps/dev/lmodules/intel_cray_mpich/19.1.3.304/cray-mpich/8.1.4")
73+
esmf_ver=os.getenv("esmf_ver") or "8.4.1"
7674
load(pathJoin("esmf", esmf_ver))
7775

7876
whatis("Description: UFS_UTILS build environment")

0 commit comments

Comments
 (0)