From 7aebdfe8ed093b600870f2585a877673c61d7f41 Mon Sep 17 00:00:00 2001 From: GeorgeGayno-NOAA <52789452+GeorgeGayno-NOAA@users.noreply.github.com> Date: Mon, 3 Apr 2023 10:51:24 -0400 Subject: [PATCH] Update WCOSS2 build module to use new ESMF v8.4.1 library. (#799) Fixes #798. --- modulefiles/build.wcoss2.intel.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modulefiles/build.wcoss2.intel.lua b/modulefiles/build.wcoss2.intel.lua index d977b843b..af6066c0d 100644 --- a/modulefiles/build.wcoss2.intel.lua +++ b/modulefiles/build.wcoss2.intel.lua @@ -69,10 +69,8 @@ load(pathJoin("gsl", gsl_ver)) nco_ver=os.getenv("nco_ver") or "4.9.7" load(pathJoin("nco", nco_ver)) -setenv("HPC_OPT","/apps/ops/para/libs") -prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304") -prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7") -esmf_ver=os.getenv("esmf_ver") or "8.4.0b08" +prepend_path("MODULEPATH", "/apps/dev/lmodules/intel_cray_mpich/19.1.3.304/cray-mpich/8.1.4") +esmf_ver=os.getenv("esmf_ver") or "8.4.1" load(pathJoin("esmf", esmf_ver)) whatis("Description: UFS_UTILS build environment")