[Ncep.list.nems.announce] ESMF 7.1 linker var support added

Samuel Trahan - NOAA Affiliate samuel.trahan at noaa.gov
Mon Jul 24 16:21:36 UTC 2017


Hi all,

As previously discussed, I have committed a change to allow
configure.nems.NUOPC to use ESMF 7.1 linker variables.  Apps linking
against ESMF 7.0 will see no change due to an "ifdef" in that file.  This
commit only impacts apps using versions of ESMF 7.1 that have added those
variables.  No supported app uses 7.1 at this time (NEMSGSM, NEMSfv3gfs,
and WW3-GSM).  The commit is in NEMS revision 95995.

Sincerely,
Sam Trahan

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

 include         $(ESMFMKFILE)
 ESMF_INC        = $(ESMF_F90COMPILEPATHS)
-ESMF_LIB        = -L$(ESMF_LIBSDIR) $(ESMF_F90ESMFLINKLIBS)
+ifdef ESMF_F90ESMFLINKPATHS
+    ESMF_LIB        = $(ESMF_F90ESMFLINKPATHS) $(ESMF_F90ESMFLINKRPATHS)
$(ESMF_F90ESMFLINKLIBS)
+else
+    ESMF_LIB        = -L$(ESMF_LIBSDIR) $(ESMF_F90ESMFLINKLIBS)
+endif

 ################################################################################
 ## ATM settings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.lstsrv.ncep.noaa.gov/pipermail/ncep.list.nems.announce/attachments/20170724/d8dba5cd/attachment.html 


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