Skip to content

Commit b8ca01d

Browse files
Removing files which reference pcc and psched
1 parent cea5574 commit b8ca01d

File tree

8 files changed

+1
-22
lines changed

8 files changed

+1
-22
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@ src/tools/prun/prun
158158
src/tools/prte_info/prte_info
159159
src/tools/prted/prted
160160
src/tools/prte/prte
161-
src/tools/pcc/pcc
162-
src/tools/pcc/pcc-wrapper-data.txt
163161
src/tools/pterm/pterm
164-
src/tools/psched/psched
165162

166163
src/util/hostfile/hostfile_lex.c
167164
src/util/keyval/keyval_lex.c

Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
SUBDIRS = config contrib src include docs
2828
EXTRA_DIST = README.md VERSION LICENSE autogen.pl
2929

30-
include examples/Makefile.include
31-
3230
# Check for common symbols. Use a "-hook" to increase the odds that a
3331
# developer will see it at the end of their installation process.
3432
install-exec-hook:

config/prte_config_files.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ AC_DEFUN([PRTE_CONFIG_FILES],[
2020
src/etc/Makefile
2121
src/util/Makefile
2222
src/util/hostfile/Makefile
23-
src/tools/pcc/Makefile
2423
src/tools/prted/Makefile
2524
src/tools/prun/Makefile
2625
src/tools/prte_info/Makefile
2726
src/tools/prte/Makefile
2827
src/tools/pterm/Makefile
29-
src/tools/psched/Makefile
3028
])
3129
])

docs/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ PRTE_MAN1 = \
6868
prted.1 \
6969
prterun.1 \
7070
prun.1 \
71-
psched.1 \
7271
pterm.1
7372

7473
PRTE_MAN5 = \

docs/man/man1/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ Commands (section 1)
99
prted.1.rst
1010
prterun.1.rst
1111
prun.1.rst
12-
psched.1.rst
1312
pterm.1.rst

src/docs/show-help-files/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RST_SOURCE_FILES = \
4040
$(srcdir)/help-prted.rst \
4141
$(srcdir)/help-prterun.rst \
4242
$(srcdir)/help-prun.rst \
43-
$(srcdir)/help-psched.rst \
4443
$(srcdir)/help-pterm.rst \
4544
$(srcdir)/help-cli.rst \
4645
$(srcdir)/help-dash-host.rst \
@@ -60,7 +59,6 @@ ALL_TXT_BUILT = \
6059
$(TXT_OUTDIR)/help-prted.txt \
6160
$(TXT_OUTDIR)/help-prterun.txt \
6261
$(TXT_OUTDIR)/help-prun.txt \
63-
$(TXT_OUTDIR)/help-psched.txt \
6462
$(TXT_OUTDIR)/help-pterm.txt \
6563
$(TXT_OUTDIR)/help-cli.txt \
6664
$(TXT_OUTDIR)/help-dash-host.txt \

src/docs/show-help-files/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ harmelss by-products; we ignore them.
2121

2222
Prun <help-pterm>
2323

24-
Psched <help-psched>
25-
2624
Prte runtime <help-prte-runtime>
2725

2826
Hwloc base <help-prte-hwloc-base>

src/tools/Makefile.am

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,13 @@
2828
SUBDIRS += \
2929
tools/prted \
3030
tools/prun \
31-
tools/pcc \
3231
tools/prte_info \
3332
tools/prte \
3433
tools/pterm
3534

36-
if WANT_PRTE_SCHED
37-
SUBDIRS += \
38-
tools/psched
39-
endif
40-
4135
DIST_SUBDIRS += \
4236
tools/prted \
4337
tools/prun \
44-
tools/pcc \
4538
tools/prte_info \
4639
tools/prte \
47-
tools/pterm \
48-
tools/psched
40+
tools/pterm

0 commit comments

Comments
 (0)