File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ headers += \
32
32
runtime/ompi_rte.h
33
33
34
34
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
35
+ runtime/ompi_mpi_init.c \
35
36
runtime/ompi_mpi_abort.c \
36
37
runtime/ompi_mpi_dynamics.c \
37
38
runtime/ompi_mpi_finalize.c \
@@ -41,13 +42,3 @@ lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
41
42
runtime/ompi_info_support.c \
42
43
runtime/ompi_spc.c \
43
44
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
You can’t perform that action at this time.
0 commit comments