1
1

Okay, fix it so it works both --disable-mpi-profile and --enable-mpi-profile. I'm not sure why mpit's library has to be treated differently, but it seems that it needs some special care to work in both scenarios

Refs trac:3725

This commit was SVN r29043.

The following Trac tickets were found above:
  Ticket 3725 --> https://svn.open-mpi.org/trac/ompi/ticket/3725
Этот коммит содержится в:
Ralph Castain 2013-08-19 14:48:23 +00:00
родитель 9aebd7e281
Коммит e0cfcf376f
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -133,6 +133,7 @@ else
MPIF_H_PMPI_W_FUNCS=
fi
AC_SUBST(MPIF_H_PMPI_W_FUNCS)
AM_CONDITIONAL(WANT_MPI_PROFILING, test "$WANT_MPI_PROFILING" = 1)
#

Просмотреть файл

@ -140,6 +140,13 @@ libmpi_la_LIBADD = \
$(MCA_ompi_FRAMEWORK_LIBS) \
$(OMPI_MPIEXT_C_LIBS) \
$(OMPI_LIBMPI_EXTRA_LIBS)
if WANT_MPI_PROFILING
libmpi_la_LIBADD += \
mpi/tool/libmpi_mpit.la
endif
if OMPI_RTE_ORTE
libmpi_la_LIBADD += \
$(top_ompi_builddir)/orte/libopen-rte.la