[Ncep.list.nems.announce] Upcoming NEMS commit: NUOPC linker option bug fix needed for FV3

Samuel Trahan - NOAA Affiliate samuel.trahan at noaa.gov
Tue Jan 24 22:08:38 UTC 2017


NEMS developers,

Wednesday at noon eastern time, we're committing a bug fix to the
NEMS/src/conf/configure.nems.NUOPC.  This is urgently needed for the FV3
GFS work.  The previous configuration used the ESMF-specified version of
the compiler libraries for linking, which did not match the ones used when
compiling.  This new version uses the application-specified compiler
libraries for both compiling and linking.  (Those are the ones set via
modulefiles.)

Regression tests pass for NEMSGSM, NMMBTestBed and WAM-IPE (bitwise
identical results).

The change is trivially simple:

Index: src/conf/configure.nems.NUOPC
===================================================================
--- src/conf/configure.nems.NUOPC       (revision 86856)
+++ src/conf/configure.nems.NUOPC       (working copy)
@@ -11,7 +11,7 @@

 include         $(ESMFMKFILE)
 ESMF_INC        = $(ESMF_F90COMPILEPATHS)
-ESMF_LIB        = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS)
$(ESMF_F90ESMFLINKLIBS)
+ESMF_LIB        = -L$(ESMF_LIBSDIR) $(ESMF_F90ESMFLINKLIBS)

 ################################################################################
 ## ATM settings

Changes can be found here:

Tide: /nems/save/Samuel.Trahan/esmflibfix/NMMBTestBed
Tide: /nems/save/Samuel.Trahan/esmflibfix/NEMSGSM

Theia: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/esmflibfix/uncapped-WAM-IPE
Theia: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/esmflibfix/NEMSGSM
Theia: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/esmflibfix/NMMBTestBed

Note that the change is already committed to
WAM-IPE/branches/uncapped-regtests.

Sincerely,
Sam Trahan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.lstsrv.ncep.noaa.gov/pipermail/ncep.list.nems.announce/attachments/20170124/22d12580/attachment.html 


More information about the Ncep.list.nems.announce mailing list