Rename the mapreduce tool to "mr+" per the marketing types
This commit was SVN r26463.
Этот коммит содержится в:
родитель
6eeca66475
Коммит
da3873af6f
@ -32,7 +32,7 @@ AC_DEFUN([ORTE_CONFIG_FILES],[
|
|||||||
orte/tools/orte-top/Makefile
|
orte/tools/orte-top/Makefile
|
||||||
orte/tools/orte-migrate/Makefile
|
orte/tools/orte-migrate/Makefile
|
||||||
orte/tools/orte-info/Makefile
|
orte/tools/orte-info/Makefile
|
||||||
orte/tools/mapreduce/Makefile
|
orte/tools/mrplus/Makefile
|
||||||
orte/tools/allocators/Makefile
|
orte/tools/allocators/Makefile
|
||||||
orte/tools/allocators/hdfsalloc.pl
|
orte/tools/allocators/hdfsalloc.pl
|
||||||
])
|
])
|
||||||
|
@ -35,11 +35,12 @@ SUBDIRS += \
|
|||||||
tools/wrappers \
|
tools/wrappers \
|
||||||
tools/orte-top \
|
tools/orte-top \
|
||||||
tools/orte-info \
|
tools/orte-info \
|
||||||
tools/orte-migrate \
|
tools/orte-migrate
|
||||||
tools/mapreduce
|
|
||||||
|
|
||||||
#if ORTE_WANT_HADOOP_SUPPORT
|
#if ORTE_WANT_HADOOP_SUPPORT
|
||||||
SUBDIRS += tools/allocators
|
SUBDIRS += \
|
||||||
|
tools/allocators \
|
||||||
|
tools/mrplus
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DIST_SUBDIRS += \
|
DIST_SUBDIRS += \
|
||||||
@ -53,6 +54,6 @@ DIST_SUBDIRS += \
|
|||||||
tools/orte-top \
|
tools/orte-top \
|
||||||
tools/orte-info \
|
tools/orte-info \
|
||||||
tools/orte-migrate \
|
tools/orte-migrate \
|
||||||
tools/mapreduce \
|
tools/mrplus \
|
||||||
tools/allocators
|
tools/allocators
|
||||||
|
|
||||||
|
@ -10,22 +10,22 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/Makefile.man-page-rules
|
include $(top_srcdir)/Makefile.man-page-rules
|
||||||
|
|
||||||
man_pages = mapreduce.1
|
man_pages = mr+.1
|
||||||
EXTRA_DIST = $(man_pages:.1=.1in)
|
EXTRA_DIST = $(man_pages:.1=.1in)
|
||||||
|
|
||||||
bin_PROGRAMS =
|
bin_PROGRAMS =
|
||||||
|
|
||||||
mapreduce_SOURCES = \
|
mrplus_SOURCES = \
|
||||||
mapreduce.c
|
mrplus.c
|
||||||
|
|
||||||
mapreduce_LDADD = $(top_builddir)/orte/libopen-rte.la
|
mrplus_LDADD = $(top_builddir)/orte/libopen-rte.la
|
||||||
|
|
||||||
# Ensure that the man pages are rebuilt if the opal_config.h file
|
# Ensure that the man pages are rebuilt if the opal_config.h file
|
||||||
# changes; a "good enough" way to know if configure was run again (and
|
# changes; a "good enough" way to know if configure was run again (and
|
||||||
# therefore the release date or version may have changed)
|
# therefore the release date or version may have changed)
|
||||||
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
|
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
|
||||||
|
|
||||||
dist_pkgdata_DATA = help-mapreduce.txt
|
dist_pkgdata_DATA = help-mr+.txt
|
||||||
|
|
||||||
if !ORTE_DISABLE_FULL_SUPPORT
|
if !ORTE_DISABLE_FULL_SUPPORT
|
||||||
if OMPI_INSTALL_BINARIES
|
if OMPI_INSTALL_BINARIES
|
||||||
@ -33,10 +33,19 @@ if OMPI_INSTALL_BINARIES
|
|||||||
# Only do this stuff if we want Hadoop support
|
# Only do this stuff if we want Hadoop support
|
||||||
if ORTE_WANT_HADOOP_SUPPORT
|
if ORTE_WANT_HADOOP_SUPPORT
|
||||||
|
|
||||||
bin_PROGRAMS += mapreduce
|
bin_PROGRAMS += mrplus
|
||||||
|
|
||||||
|
mr+: mrplus.c
|
||||||
|
|
||||||
nodist_man_MANS = $(man_pages)
|
nodist_man_MANS = $(man_pages)
|
||||||
|
|
||||||
|
install-exec-hook:
|
||||||
|
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
|
||||||
|
(cp mrplus $(DESTDIR)$(bindir)/mr+)
|
||||||
|
|
||||||
|
uninstall-local:
|
||||||
|
rm -f $(DESTDIR)$(bindir)/mr+
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif # OMPI_INSTALL_BINARIES
|
endif # OMPI_INSTALL_BINARIES
|
Загрузка…
x
Ссылка в новой задаче
Block a user