Skip to content

Commit ba6ad9f

Browse files
author
Ralph Castain
committed
Remove stale defunct tools
Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 05ac8fa)
1 parent 712ddd3 commit ba6ad9f

File tree

11 files changed

+1
-2478
lines changed

11 files changed

+1
-2478
lines changed

config/orte_config_files.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ AC_DEFUN([ORTE_CONFIG_FILES],[
2525
orte/tools/wrappers/Makefile
2626
orte/tools/wrappers/ortecc-wrapper-data.txt
2727
orte/tools/wrappers/orte.pc
28-
orte/tools/orte-ps/Makefile
2928
orte/tools/orte-clean/Makefile
30-
orte/tools/orte-top/Makefile
3129
orte/tools/orte-info/Makefile
3230
orte/tools/orte-server/Makefile
3331
])

ompi/mca/rte/orte/Makefile.am

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,21 @@ libmca_rte_orte_la_SOURCES =$(sources) $(headers)
2828
libmca_rte_orte_la_LDFLAGS = -module -avoid-version
2929
libmca_rte_orte_la_LIBADD = $(top_builddir)/orte/lib@[email protected]
3030

31-
man_pages = mpirun.1 mpiexec.1 ompi-ps.1 ompi-clean.1 ompi-top.1 ompi-server.1
31+
man_pages = mpirun.1 mpiexec.1 ompi-clean.1 ompi-server.1
3232

3333
if OPAL_INSTALL_BINARIES
3434
nodist_man_MANS = $(man_pages)
3535

3636
install-exec-hook:
3737
(cd $(DESTDIR)$(bindir); rm -f mpirun$(EXEEXT); $(LN_S) orterun$(EXEEXT) mpirun$(EXEEXT))
3838
(cd $(DESTDIR)$(bindir); rm -f mpiexec$(EXEEXT); $(LN_S) orterun$(EXEEXT) mpiexec$(EXEEXT))
39-
(cd $(DESTDIR)$(bindir); rm -f ompi-ps$(EXEEXT); $(LN_S) orte-ps$(EXEEXT) ompi-ps$(EXEEXT))
4039
(cd $(DESTDIR)$(bindir); rm -f ompi-clean$(EXEEXT); $(LN_S) orte-clean$(EXEEXT) ompi-clean$(EXEEXT))
41-
(cd $(DESTDIR)$(bindir); rm -f ompi-top$(EXEEXT); $(LN_S) orte-top$(EXEEXT) ompi-top$(EXEEXT))
4240
(cd $(DESTDIR)$(bindir); rm -f ompi-server$(EXEEXT); $(LN_S) orte-server$(EXEEXT) ompi-server$(EXEEXT))
4341

4442
uninstall-local:
4543
rm -f $(DESTDIR)$(bindir)/mpirun$(EXEEXT) \
4644
$(DESTDIR)$(bindir)/mpiexec$(EXEEXT) \
47-
$(DESTDIR)$(bindir)/ompi-ps$(EXEEXT) \
4845
$(DESTDIR)$(bindir)/ompi-clean$(EXEEXT) \
49-
$(DESTDIR)$(bindir)/ompi-top$(EXEEXT) \
5046
$(DESTDIR)$(bindir)/ompi-server$(EXEEXT)
5147

5248
endif # OPAL_INSTALL_BINARIES
@@ -60,24 +56,12 @@ mpirun.1: $(top_builddir)/orte/tools/orterun/orterun.1
6056
mpiexec.1: $(top_builddir)/orte/tools/orterun/orterun.1
6157
cp -f $(top_builddir)/orte/tools/orterun/orterun.1 mpiexec.1
6258

63-
$(top_builddir)/orte/tools/orte-ps/orte-ps.1:
64-
(cd $(top_builddir)/orte/tools/orte-ps && $(MAKE) $(AM_MAKEFLAGS) orte-ps.1)
65-
66-
ompi-ps.1: $(top_builddir)/orte/tools/orte-ps/orte-ps.1
67-
cp -f $(top_builddir)/orte/tools/orte-ps/orte-ps.1 ompi-ps.1
68-
6959
$(top_builddir)/orte/tools/orte-clean/orte-clean.1:
7060
(cd $(top_builddir)/orte/tools/orte-clean && $(MAKE) $(AM_MAKEFLAGS) orte-clean.1)
7161

7262
ompi-clean.1: $(top_builddir)/orte/tools/orte-clean/orte-clean.1
7363
cp -f $(top_builddir)/orte/tools/orte-clean/orte-clean.1 ompi-clean.1
7464

75-
$(top_builddir)/orte/tools/orte-top/orte-top.1:
76-
(cd $(top_builddir)/orte/tools/orte-top && $(MAKE) $(AM_MAKEFLAGS) orte-top.1)
77-
78-
ompi-top.1: $(top_builddir)/orte/tools/orte-top/orte-top.1
79-
cp -f $(top_builddir)/orte/tools/orte-top/orte-top.1 ompi-top.1
80-
8165
$(top_builddir)/orte/tools/orte-server/orte-server.1:
8266
(cd $(top_builddir)/orte/tools/orte-server && $(MAKE) $(AM_MAKEFLAGS) orte-server.1)
8367

orte/tools/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,16 @@
2626

2727
SUBDIRS += \
2828
tools/orte-clean \
29-
tools/orte-ps \
3029
tools/orted \
3130
tools/orterun \
3231
tools/wrappers \
33-
tools/orte-top \
3432
tools/orte-info \
3533
tools/orte-server
3634

3735
DIST_SUBDIRS += \
3836
tools/orte-clean \
39-
tools/orte-ps \
4037
tools/orted \
4138
tools/orterun \
4239
tools/wrappers \
43-
tools/orte-top \
4440
tools/orte-info \
4541
tools/orte-server

orte/tools/orte-ps/Makefile.am

Lines changed: 0 additions & 47 deletions
This file was deleted.

orte/tools/orte-ps/help-orte-ps.txt

Lines changed: 0 additions & 46 deletions
This file was deleted.

orte/tools/orte-ps/orte-ps.1in

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)