Skip to content

Commit 2b2a413

Browse files
committed
DEBUG UCX: Link without rpath
1 parent fc41c16 commit 2b2a413

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

ompi/mca/osc/ucx/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mcacomponent_LTLIBRARIES = $(component_install)
3636
mca_osc_ucx_la_SOURCES = $(ucx_sources)
3737
mca_osc_ucx_la_LIBADD = $(top_builddir)/ompi/lib@[email protected] $(osc_ucx_LIBS) \
3838
$(OPAL_TOP_BUILDDIR)/opal/mca/common/ucx/lib@OPAL_LIB_PREFIX@mca_common_ucx.la
39-
mca_osc_ucx_la_LDFLAGS = -module -avoid-version $(osc_ucx_LDFLAGS)
39+
mca_osc_ucx_la_LDFLAGS = -module -avoid-version $(osc_ucx_LDFLAGS) --no-rpath
4040

4141
noinst_LTLIBRARIES = $(component_noinst)
4242
libmca_osc_ucx_la_SOURCES = $(ucx_sources)

ompi/mca/pml/ucx/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ mca_pml_ucx_la_LDFLAGS = -module -avoid-version $(pml_ucx_LDFLAGS)
4444
noinst_LTLIBRARIES = $(component_noinst)
4545
libmca_pml_ucx_la_SOURCES = $(local_sources)
4646
libmca_pml_ucx_la_LIBADD = $(pml_ucx_LIBS)
47-
libmca_pml_ucx_la_LDFLAGS = -module -avoid-version $(pml_ucx_LDFLAGS)
47+
libmca_pml_ucx_la_LDFLAGS = -module -avoid-version $(pml_ucx_LDFLAGS) --no-rpath
4848

opal/mca/common/ucx/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lib@OPAL_LIB_PREFIX@mca_common_ucx_la_CPPFLAGS = \
5656
$(common_ucx_CPPFLAGS)
5757
lib@OPAL_LIB_PREFIX@mca_common_ucx_la_LDFLAGS = \
5858
-version-info $(libmca_opal_common_ucx_so_version) \
59-
$(common_ucx_LDFLAGS)
59+
$(common_ucx_LDFLAGS) --no-rpath
6060
lib@OPAL_LIB_PREFIX@mca_common_ucx_la_LIBADD = \
6161
$(common_ucx_LIBS) \
6262
$(OMPI_TOP_BUILDDIR)/opal/lib@[email protected] \
@@ -68,7 +68,7 @@ lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_CFLAGS = \
6868
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_CPPFLAGS = \
6969
$(common_ucx_CPPFLAGS)
7070
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_LDFLAGS = \
71-
$(common_ucx_LDFLAGS)
71+
$(common_ucx_LDFLAGS) --no-rpath
7272
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_LIBADD = \
7373
$(common_ucx_LIBS)
7474

oshmem/mca/atomic/ucx/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ mca_atomic_ucx_la_LDFLAGS = -module -avoid-version $(atomic_ucx_LDFLAGS)
4040

4141
noinst_LTLIBRARIES = $(component_noinst)
4242
libmca_atomic_ucx_la_SOURCES =$(ucx_sources)
43-
libmca_atomic_ucx_la_LDFLAGS = -module -avoid-version $(atomic_ucx_LDFLAGS)
43+
libmca_atomic_ucx_la_LDFLAGS = -module -avoid-version $(atomic_ucx_LDFLAGS) --no-rpath
4444

oshmem/mca/spml/ucx/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ mca_spml_ucx_la_LDFLAGS = -module -avoid-version $(spml_ucx_LDFLAGS)
4141
noinst_LTLIBRARIES = $(component_noinst)
4242
libmca_spml_ucx_la_SOURCES = $(ucx_sources)
4343
libmca_spml_ucx_la_LIBADD = $(spml_ucx_LIBS)
44-
libmca_spml_ucx_la_LDFLAGS = -module -avoid-version $(spml_ucx_LDFLAGS)
44+
libmca_spml_ucx_la_LDFLAGS = -module -avoid-version $(spml_ucx_LDFLAGS) --no-rpath
4545

0 commit comments

Comments
 (0)