Sigh - looks like I did too good a job of turning things off. Back some of it out in favor of trying again when more time is available
Refs trac:4368 This commit was SVN r31017. The following Trac tickets were found above: Ticket 4368 --> https://svn.open-mpi.org/trac/ompi/ticket/4368
Этот коммит содержится в:
родитель
9fca25a8dd
Коммит
7869402f5f
@ -24,7 +24,6 @@
|
|||||||
# This makefile.am does not stand on its own - it is included from
|
# This makefile.am does not stand on its own - it is included from
|
||||||
# orte/Makefile.am
|
# orte/Makefile.am
|
||||||
|
|
||||||
if PROJECT_ORTE
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
tools/orte-checkpoint \
|
tools/orte-checkpoint \
|
||||||
tools/orte-clean \
|
tools/orte-clean \
|
||||||
@ -37,7 +36,6 @@ SUBDIRS += \
|
|||||||
tools/orte-info \
|
tools/orte-info \
|
||||||
tools/orte-migrate \
|
tools/orte-migrate \
|
||||||
tools/orte-server
|
tools/orte-server
|
||||||
endif
|
|
||||||
|
|
||||||
DIST_SUBDIRS += \
|
DIST_SUBDIRS += \
|
||||||
tools/orte-checkpoint \
|
tools/orte-checkpoint \
|
||||||
|
@ -26,14 +26,12 @@ nodist_ompidata_DATA = ortecc-wrapper-data.txt
|
|||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = orte.pc
|
pkgconfig_DATA = orte.pc
|
||||||
|
|
||||||
if PROJECT_ORTE
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
||||||
(cd $(DESTDIR)$(bindir); rm -f ortecc$(EXEEXT); $(LN_S) opal_wrapper ortecc)
|
(cd $(DESTDIR)$(bindir); rm -f ortecc$(EXEEXT); $(LN_S) opal_wrapper ortecc)
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)$(bindir)/ortecc$(EXEEXT)
|
rm -f $(DESTDIR)$(bindir)/ortecc$(EXEEXT)
|
||||||
endif
|
|
||||||
|
|
||||||
endif # OMPI_INSTALL_BINARIES
|
endif # OMPI_INSTALL_BINARIES
|
||||||
|
|
||||||
|
@ -29,21 +29,17 @@ SUBDIRS = \
|
|||||||
shmem/c \
|
shmem/c \
|
||||||
shmem/fortran
|
shmem/fortran
|
||||||
|
|
||||||
if PROJECT_OSHMEM
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
$(EXT_oshmem_FRAMEWORKS_SUBDIRS) \
|
$(EXT_oshmem_FRAMEWORKS_SUBDIRS) \
|
||||||
$(EXT_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) \
|
$(EXT_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) \
|
||||||
$(MCA_oshmem_FRAMEWORKS_SUBDIRS) \
|
$(MCA_oshmem_FRAMEWORKS_SUBDIRS) \
|
||||||
$(MCA_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS)
|
$(MCA_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS)
|
||||||
endif
|
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
.
|
.
|
||||||
|
|
||||||
if PROJECT_OSHMEM
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
$(MCA_oshmem_FRAMEWORK_COMPONENT_DSO_SUBDIRS)
|
$(MCA_oshmem_FRAMEWORK_COMPONENT_DSO_SUBDIRS)
|
||||||
endif
|
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
include \
|
include \
|
||||||
@ -56,9 +52,7 @@ DIST_SUBDIRS = \
|
|||||||
|
|
||||||
#Build The main OSHMEM library
|
#Build The main OSHMEM library
|
||||||
lib_LTLIBRARIES =
|
lib_LTLIBRARIES =
|
||||||
if PROJECT_OSHMEM
|
|
||||||
lib_LTLIBRARIES += liboshmem.la
|
lib_LTLIBRARIES += liboshmem.la
|
||||||
endif
|
|
||||||
|
|
||||||
liboshmem_la_SOURCES =
|
liboshmem_la_SOURCES =
|
||||||
liboshmem_la_LIBADD = \
|
liboshmem_la_LIBADD = \
|
||||||
|
@ -11,11 +11,9 @@
|
|||||||
|
|
||||||
# This makefile.am does not stand on its own - it is included from oshmem/Makefile.am
|
# This makefile.am does not stand on its own - it is included from oshmem/Makefile.am
|
||||||
|
|
||||||
if PROJECT_OSHMEM
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
tools/oshmem_info \
|
tools/oshmem_info \
|
||||||
tools/wrappers
|
tools/wrappers
|
||||||
endif
|
|
||||||
|
|
||||||
DIST_SUBDIRS += \
|
DIST_SUBDIRS += \
|
||||||
tools/oshmem_info \
|
tools/oshmem_info \
|
||||||
|
@ -18,7 +18,6 @@ dist_ompidata_DATA = \
|
|||||||
shmemcc-wrapper-data.txt \
|
shmemcc-wrapper-data.txt \
|
||||||
shmemfort-wrapper-data.txt
|
shmemfort-wrapper-data.txt
|
||||||
|
|
||||||
if PROJECT_OSHMEM
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
|
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
|
||||||
(cd $(DESTDIR)$(bindir); rm -f shmemrun$(EXEEXT); $(LN_S) mpirun shmemrun)
|
(cd $(DESTDIR)$(bindir); rm -f shmemrun$(EXEEXT); $(LN_S) mpirun shmemrun)
|
||||||
@ -43,4 +42,3 @@ uninstall-local:
|
|||||||
$(DESTDIR)$(pkgdatadir)/oshcc-wrapper-data.txt \
|
$(DESTDIR)$(pkgdatadir)/oshcc-wrapper-data.txt \
|
||||||
$(DESTDIR)$(pkgdatadir)/shmemfort-wrapper-data.txt \
|
$(DESTDIR)$(pkgdatadir)/shmemfort-wrapper-data.txt \
|
||||||
$(DESTDIR)$(pkgdatadir)/oshfort-wrapper-data.txt
|
$(DESTDIR)$(pkgdatadir)/oshfort-wrapper-data.txt
|
||||||
endif
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user