[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-409-gb8df3c9

Service Account noreply at mpich.org
Mon Aug 29 21:25:29 CDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  b8df3c9da9169577b880eac2e385d2eea0e1fe8d (commit)
      from  1b68d685084037ff3b9061f9eaab38ca7459f9d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/b8df3c9da9169577b880eac2e385d2eea0e1fe8d

commit b8df3c9da9169577b880eac2e385d2eea0e1fe8d
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Mon Aug 29 20:34:30 2016 -0500

    CH4/OFI: Remove unneeded library flags
    
    Fixes ch4:ofi build on FreeBSD.
    
    Signed-off-by: Wesley Bland <wbland at mcs.anl.gov>

diff --git a/src/mpid/ch4/netmod/ofi/Makefile.mk b/src/mpid/ch4/netmod/ofi/Makefile.mk
index df2a564..b4d479c 100644
--- a/src/mpid/ch4/netmod/ofi/Makefile.mk
+++ b/src/mpid/ch4/netmod/ofi/Makefile.mk
@@ -16,7 +16,6 @@ mpi_core_sources   += src/mpid/ch4/netmod/ofi/func_table.c \
                       src/mpid/ch4/netmod/ofi/globals.c \
                       src/mpid/ch4/netmod/ofi/util.c
 errnames_txt_files += src/mpid/ch4/netmod/ofi/errnames.txt
-external_ldflags   += -ldl -lpthread
 external_subdirs   += @ofisrcdir@
 pmpi_convenience_libs += @ofilib@
 
diff --git a/src/mpid/ch4/netmod/ofi/subconfigure.m4 b/src/mpid/ch4/netmod/ofi/subconfigure.m4
index 35e4a03..0c07763 100644
--- a/src/mpid/ch4/netmod/ofi/subconfigure.m4
+++ b/src/mpid/ch4/netmod/ofi/subconfigure.m4
@@ -138,15 +138,6 @@ AM_COND_IF([BUILD_CH4_NETMOD_OFI],[
         ofilib="src/mpid/ch4/netmod/ofi/libfabric/src/libfabric.la"
     fi
 
-    case $host_os in
-      darwin* )
-        PAC_APPEND_FLAG([-lstdc++ -ldl],[WRAPPER_LIBS])
-        ;;
-      *)
-        PAC_APPEND_FLAG([-lstdc++ -ldl -lrt],[WRAPPER_LIBS])
-        ;;
-    esac
-
 ])dnl end AM_COND_IF(BUILD_CH4_NETMOD_OFI,...)
 ])dnl end _BODY
 

-----------------------------------------------------------------------

Summary of changes:
 src/mpid/ch4/netmod/ofi/Makefile.mk     |    1 -
 src/mpid/ch4/netmod/ofi/subconfigure.m4 |    9 ---------
 2 files changed, 0 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list