File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1616
1717if PROJECT_OMPI
1818 MPI_TESTS = checksum position position_noncontig ddt_test ddt_raw ddt_raw2 unpack_ooo ddt_pack external32 large_data partial
19- MPI_CHECKS = to_self reduce_local
19+ MPI_CHECKS = to_self
2020endif
2121TESTS = opal_datatype_test unpack_hetero $(MPI_TESTS )
2222
@@ -96,12 +96,6 @@ unpack_hetero_LDFLAGS = $(OMPI_PKG_CONFIG_LDFLAGS)
9696unpack_hetero_LDADD = \
9797 $(top_builddir ) /opal/lib@OPAL_LIB_PREFIX@open-pal.la
9898
99- reduce_local_SOURCES = reduce_local.c
100- reduce_local_LDFLAGS = $(OMPI_PKG_CONFIG_LDFLAGS )
101- reduce_local_LDADD = \
102- $(top_builddir ) /ompi/lib@OMPI_LIBMPI_NAME@.la \
103- $(top_builddir ) /opal/lib@OPAL_LIB_PREFIX@open-pal.la
104-
10599partial_SOURCES = partial.c
106100partial_LDFLAGS = $(OMPI_PKG_CONFIG_LDFLAGS )
107101partial_LDADD = \
You can’t perform that action at this time.
0 commit comments