Skip to content

Commit 4bb4974

Browse files
committed
First rename OMPI_LIB_PREFIX to OMPI_LIBMPI_NAME
1 parent efd0933 commit 4bb4974

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+90
-90
lines changed

config/opal_set_lib_prefix.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ AC_DEFUN([OMPI_SET_LIB_PREFIX],[
4949
AC_MSG_WARN([This is a configury programming error])
5050
AC_MSG_ERROR([Cannot continue])])
5151

52-
OMPI_LIB_PREFIX=$1
52+
OMPI_LIBMPI_NAME=$1
5353
ompi_lib_prefix_set=yes
54-
AC_SUBST(OMPI_LIB_PREFIX)
54+
AC_SUBST(OMPI_LIBMPI_NAME)
5555
])dnl

ompi/Makefile.am

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ DIST_SUBDIRS = \
129129

130130
# Build the main MPI library
131131

132-
lib_LTLIBRARIES = lib@OMPI_LIB_PREFIX@.la
133-
lib@OMPI_LIB_PREFIX@_la_SOURCES =
134-
lib@OMPI_LIB_PREFIX@_la_LIBADD = \
132+
lib_LTLIBRARIES = lib@OMPI_LIBMPI_NAME@.la
133+
lib@OMPI_LIBMPI_NAME@_la_SOURCES =
134+
lib@OMPI_LIBMPI_NAME@_la_LIBADD = \
135135
datatype/libdatatype.la \
136136
debuggers/libdebuggers.la \
137137
mpi/c/libmpi_c.la \
@@ -145,13 +145,13 @@ lib@OMPI_LIB_PREFIX@_la_LIBADD = \
145145

146146

147147
if OMPI_RTE_ORTE
148-
lib@OMPI_LIB_PREFIX@_la_LIBADD += \
148+
lib@OMPI_LIBMPI_NAME@_la_LIBADD += \
149149
$(OMPI_TOP_BUILDDIR)/orte/lib@[email protected]
150150
endif
151-
lib@OMPI_LIB_PREFIX@_la_LIBADD += \
151+
lib@OMPI_LIBMPI_NAME@_la_LIBADD += \
152152
$(OMPI_TOP_BUILDDIR)/opal/lib@[email protected]
153-
lib@OMPI_LIB_PREFIX@_la_DEPENDENCIES = $(lib@OMPI_LIB_PREFIX@_la_LIBADD)
154-
lib@OMPI_LIB_PREFIX@_la_LDFLAGS = \
153+
lib@OMPI_LIBMPI_NAME@_la_DEPENDENCIES = $(lib@OMPI_LIBMPI_NAME@_la_LIBADD)
154+
lib@OMPI_LIBMPI_NAME@_la_LDFLAGS = \
155155
-version-info $(libmpi_so_version) \
156156
$(OMPI_LIBMPI_EXTRA_LDFLAGS)
157157

@@ -160,7 +160,7 @@ headers =
160160
noinst_LTLIBRARIES =
161161
include_HEADERS =
162162
dist_ompidata_DATA =
163-
lib@OMPI_LIB_PREFIX@_la_SOURCES += $(headers)
163+
lib@OMPI_LIBMPI_NAME@_la_SOURCES += $(headers)
164164
nodist_man_MANS =
165165

166166
# Conditionally install the header files

ompi/attribute/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
headers += \
2323
attribute/attribute.h
2424

25-
lib@OMPI_LIB_PREFIX@_la_SOURCES += \
25+
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
2626
attribute/attribute.c \
2727
attribute/attribute_predefined.c

ompi/class/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
headers += \
2424
class/ompi_seq_tracker.h
2525

26-
lib@OMPI_LIB_PREFIX@_la_SOURCES += \
26+
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
2727
class/ompi_seq_tracker.c
2828

ompi/communicator/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ headers += \
2929
communicator/comm_request.h \
3030
communicator/comm_helpers.h
3131

32-
lib@OMPI_LIB_PREFIX@_la_SOURCES += \
32+
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
3333
communicator/comm_init.c \
3434
communicator/comm.c \
3535
communicator/comm_cid.c \

ompi/debuggers/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ headers = \
4545

4646
dlopen_test_SOURCES = dlopen_test.c
4747
dlopen_test_LDADD = \
48-
$(top_builddir)/ompi/lib@OMPI_LIB_PREFIX@.la \
48+
$(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la \
4949
$(top_builddir)/opal/lib@[email protected]
5050
dlopen_test_DEPENDENCIES = $(ompi_predefined_LDADD)
5151

5252
predefined_gap_test_SOURCES = predefined_gap_test.c
5353
predefined_gap_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
54-
predefined_gap_test_LDADD = $(top_builddir)/ompi/lib@OMPI_LIB_PREFIX@.la
54+
predefined_gap_test_LDADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
5555
predefined_gap_test_DEPENDENCIES = $(ompi_predefined_LDADD)
5656

5757
libdebuggers_la_SOURCES = \
@@ -79,7 +79,7 @@ libompi_dbg_msgq_la_LDFLAGS = -module -avoid-version
7979
# and "make check" will *build* a test in runtime/, but it won't *run*
8080
# it. :-(
8181
predefined_pad_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
82-
predefined_pad_test_LDADD = $(top_builddir)/ompi/lib@OMPI_LIB_PREFIX@.la
82+
predefined_pad_test_LDADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
8383
predefined_pad_test_DEPENDENCIES = $(ompi_predefined_LDADD)
8484

8585
# Conditionally install the header files

ompi/dpm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
headers += \
1515
dpm/dpm.h
1616

17-
lib@OMPI_LIB_PREFIX@_la_SOURCES += \
17+
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
1818
dpm/dpm.c
1919

ompi/errhandler/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ headers += \
2929
errhandler/errhandler.h \
3030
errhandler/errhandler_predefined.h
3131

32-
lib@OMPI_LIB_PREFIX@_la_SOURCES += \
32+
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
3333
errhandler/errhandler.c \
3434
errhandler/errhandler_invoke.c \
3535
errhandler/errhandler_predefined.c \

ompi/file/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
headers += \
2323
file/file.h
2424

25-
lib@OMPI_LIB_PREFIX@_la_SOURCES += \
25+
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
2626
file/file.c

ompi/group/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ headers += \
2525
group/group.h \
2626
group/group_dbg.h
2727

28-
lib@OMPI_LIB_PREFIX@_la_SOURCES += \
28+
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
2929
group/group.c \
3030
group/group_init.c \
3131
group/group_set_rank.c \

0 commit comments

Comments
 (0)