1
1
This commit was SVN r27717.
Этот коммит содержится в:
Ralph Castain 2012-12-23 18:13:39 +00:00
родитель 852a709c0e
Коммит 72bea688f1
9 изменённых файлов: 9 добавлений и 9 удалений

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

@ -42,7 +42,7 @@ dist_pkgdata_DATA = help-orte-checkpoint.txt
endif # OMPI_INSTALL_BINARIES
orte_checkpoint_SOURCES = orte-checkpoint.c
orte_checkpoint_LDADD = $(top_builddir)/orte/libopen-rte.la
orte_checkpoint_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
endif # WANT_FT_CR
endif # !ORTE_DISABLE_FULL_SUPPORT

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

@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-clean.txt
endif # OMPI_INSTALL_BINARIES
orte_clean_SOURCES = orte-clean.c
orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
endif # !ORTE_DISABLE_FULL_SUPPORT

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

@ -64,7 +64,7 @@ orte_info_SOURCES = \
components.c \
version.c
orte_info_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
orte_info_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
clean-local:
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || rm -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)

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

@ -34,7 +34,7 @@ dist_pkgdata_DATA = help-orte-migrate.txt
endif # OMPI_INSTALL_BINARIES
orte_migrate_SOURCES = orte-migrate.c
orte_migrate_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
orte_migrate_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
endif # WANT_FT_CR
endif # !ORTE_DISABLE_FULL_SUPPORT

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

@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-ps.txt
endif # OMPI_INSTALL_BINARIES
orte_ps_SOURCES = orte-ps.c
orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
endif # !ORTE_DISABLE_FULL_SUPPORT

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

@ -42,7 +42,7 @@ dist_pkgdata_DATA = help-orte-restart.txt
endif # OMPI_INSTALL_BINARIES
orte_restart_SOURCES = orte-restart.c
orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
endif # WANT_FT_CR
endif # ORTE_DISABLE_FULL_SUPPORT

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

@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-top.txt
endif # OMPI_INSTALL_BINARIES
orte_top_SOURCES = orte-top.c
orte_top_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
orte_top_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
endif # ORTE_DISABLE_FULL_SUPPORT

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

@ -45,7 +45,7 @@ orted_SOURCES = orted.c
# nice for systems that don't have all the shared
# libraries on the computes
orted_LDFLAGS =
orted_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
orted_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
endif # !ORTE_DISABLE_FULL_SUPPORT

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

@ -53,7 +53,7 @@ orterun_SOURCES = \
orterun.c \
orterun.h
orterun_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
orterun_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
endif # !ORTE_DISABLE_FULL_SUPPORT