Skip to content

Commit 8ea760c

Browse files
committed
Remove residual libompi_mpir library.
Signed-off-by: Austen Lauria <[email protected]>
1 parent afee2b7 commit 8ea760c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ompi/runtime/Makefile.am

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ headers += \
3232
runtime/ompi_rte.h
3333

3434
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
35+
runtime/ompi_mpi_init.c \
3536
runtime/ompi_mpi_abort.c \
3637
runtime/ompi_mpi_dynamics.c \
3738
runtime/ompi_mpi_finalize.c \
@@ -41,13 +42,3 @@ lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
4142
runtime/ompi_info_support.c \
4243
runtime/ompi_spc.c \
4344
runtime/ompi_rte.c
44-
45-
# The MPIR portion of the library must be built with flags to
46-
# enable stepping out of MPI_INIT into main.
47-
# Use an intermediate library to isolate the debug object.
48-
noinst_LTLIBRARIES += libompi_mpir.la
49-
libompi_mpir_la_SOURCES = \
50-
runtime/ompi_mpi_init.c
51-
libompi_mpir_la_CFLAGS = $(MPIR_UNWIND_CFLAGS)
52-
53-
lib@OMPI_LIBMPI_NAME@_la_LIBADD += libompi_mpir.la

0 commit comments

Comments
 (0)