Components should not be linking to top-level libraries -- and
definitely should not be linking to more than libmpi.la! (remember that libmpi.la now wholly contains libopen-rte.la, which wholly contains libopen-pal.la). This commit was SVN r25843.
Этот коммит содержится в:
родитель
435aea9ccd
Коммит
4f35b62154
@ -10,6 +10,7 @@
|
|||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
||||||
|
# Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -44,10 +45,6 @@ mcacomponentdir = $(libdir)/openmpi
|
|||||||
mcacomponent_LTLIBRARIES = $(component_install)
|
mcacomponent_LTLIBRARIES = $(component_install)
|
||||||
mca_fcoll_dynamic_la_SOURCES = $(sources)
|
mca_fcoll_dynamic_la_SOURCES = $(sources)
|
||||||
mca_fcoll_dynamic_la_LDFLAGS = -module -avoid-version
|
mca_fcoll_dynamic_la_LDFLAGS = -module -avoid-version
|
||||||
mca_fcoll_dynamic_la_LIBADD = \
|
|
||||||
$(top_ompi_builddir)/ompi/libmpi.la \
|
|
||||||
$(top_ompi_builddir)/orte/libopen-rte.la \
|
|
||||||
$(top_ompi_builddir)/opal/libopen-pal.la
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = $(component_noinst)
|
noinst_LTLIBRARIES = $(component_noinst)
|
||||||
libmca_fcoll_dynamic_la_SOURCES =$(sources)
|
libmca_fcoll_dynamic_la_SOURCES =$(sources)
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
||||||
|
# Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -44,10 +45,6 @@ mcacomponentdir = $(libdir)/openmpi
|
|||||||
mcacomponent_LTLIBRARIES = $(component_install)
|
mcacomponent_LTLIBRARIES = $(component_install)
|
||||||
mca_fcoll_individual_la_SOURCES = $(sources)
|
mca_fcoll_individual_la_SOURCES = $(sources)
|
||||||
mca_fcoll_individual_la_LDFLAGS = -module -avoid-version
|
mca_fcoll_individual_la_LDFLAGS = -module -avoid-version
|
||||||
mca_fcoll_individual_la_LIBADD = \
|
|
||||||
$(top_ompi_builddir)/ompi/libmpi.la \
|
|
||||||
$(top_ompi_builddir)/orte/libopen-rte.la \
|
|
||||||
$(top_ompi_builddir)/opal/libopen-pal.la
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = $(component_noinst)
|
noinst_LTLIBRARIES = $(component_noinst)
|
||||||
libmca_fcoll_individual_la_SOURCES =$(sources)
|
libmca_fcoll_individual_la_SOURCES =$(sources)
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
||||||
|
# Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -44,10 +45,6 @@ mcacomponentdir = $(libdir)/openmpi
|
|||||||
mcacomponent_LTLIBRARIES = $(component_install)
|
mcacomponent_LTLIBRARIES = $(component_install)
|
||||||
mca_fcoll_static_la_SOURCES = $(sources)
|
mca_fcoll_static_la_SOURCES = $(sources)
|
||||||
mca_fcoll_static_la_LDFLAGS = -module -avoid-version
|
mca_fcoll_static_la_LDFLAGS = -module -avoid-version
|
||||||
mca_fcoll_static_la_LIBADD = \
|
|
||||||
$(top_ompi_builddir)/ompi/libmpi.la \
|
|
||||||
$(top_ompi_builddir)/orte/libopen-rte.la \
|
|
||||||
$(top_ompi_builddir)/opal/libopen-pal.la
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = $(component_noinst)
|
noinst_LTLIBRARIES = $(component_noinst)
|
||||||
libmca_fcoll_static_la_SOURCES =$(sources)
|
libmca_fcoll_static_la_SOURCES =$(sources)
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
||||||
|
# Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -44,10 +45,6 @@ mcacomponentdir = $(libdir)/openmpi
|
|||||||
mcacomponent_LTLIBRARIES = $(component_install)
|
mcacomponent_LTLIBRARIES = $(component_install)
|
||||||
mca_fcoll_two_phase_la_SOURCES = $(sources)
|
mca_fcoll_two_phase_la_SOURCES = $(sources)
|
||||||
mca_fcoll_two_phase_la_LDFLAGS = -module -avoid-version
|
mca_fcoll_two_phase_la_LDFLAGS = -module -avoid-version
|
||||||
mca_fcoll_two_phase_la_LIBADD = \
|
|
||||||
$(top_ompi_builddir)/ompi/libmpi.la \
|
|
||||||
$(top_ompi_builddir)/orte/libopen-rte.la \
|
|
||||||
$(top_ompi_builddir)/opal/libopen-pal.la
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = $(component_noinst)
|
noinst_LTLIBRARIES = $(component_noinst)
|
||||||
libmca_fcoll_two_phase_la_SOURCES =$(sources)
|
libmca_fcoll_two_phase_la_SOURCES =$(sources)
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
# Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
||||||
|
# Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -44,10 +45,6 @@ mcacomponentdir = $(libdir)/openmpi
|
|||||||
mcacomponent_LTLIBRARIES = $(component_install)
|
mcacomponent_LTLIBRARIES = $(component_install)
|
||||||
mca_fcoll_ylib_la_SOURCES = $(sources)
|
mca_fcoll_ylib_la_SOURCES = $(sources)
|
||||||
mca_fcoll_ylib_la_LDFLAGS = -module -avoid-version
|
mca_fcoll_ylib_la_LDFLAGS = -module -avoid-version
|
||||||
mca_fcoll_ylib_la_LIBADD = \
|
|
||||||
$(top_ompi_builddir)/ompi/libmpi.la \
|
|
||||||
$(top_ompi_builddir)/orte/libopen-rte.la \
|
|
||||||
$(top_ompi_builddir)/opal/libopen-pal.la
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = $(component_noinst)
|
noinst_LTLIBRARIES = $(component_noinst)
|
||||||
libmca_fcoll_ylib_la_SOURCES =$(sources)
|
libmca_fcoll_ylib_la_SOURCES =$(sources)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user