Skip to content

Commit

Permalink
Removing references to pcc, psched, and examples directories from files
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandria Sisk <a0sisk02@louisville.edu>
  • Loading branch information
alexandria-sisk committed Oct 8, 2024
1 parent cea5574 commit 4045fb8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 22 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@ src/tools/prun/prun
src/tools/prte_info/prte_info
src/tools/prted/prted
src/tools/prte/prte
src/tools/pcc/pcc
src/tools/pcc/pcc-wrapper-data.txt
src/tools/pterm/pterm
src/tools/psched/psched

src/util/hostfile/hostfile_lex.c
src/util/keyval/keyval_lex.c
Expand Down
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
SUBDIRS = config contrib src include docs
EXTRA_DIST = README.md VERSION LICENSE autogen.pl

include examples/Makefile.include

# Check for common symbols. Use a "-hook" to increase the odds that a
# developer will see it at the end of their installation process.
install-exec-hook:
Expand Down
2 changes: 0 additions & 2 deletions config/prte_config_files.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ AC_DEFUN([PRTE_CONFIG_FILES],[
src/etc/Makefile
src/util/Makefile
src/util/hostfile/Makefile
src/tools/pcc/Makefile
src/tools/prted/Makefile
src/tools/prun/Makefile
src/tools/prte_info/Makefile
src/tools/prte/Makefile
src/tools/pterm/Makefile
src/tools/psched/Makefile
])
])
1 change: 0 additions & 1 deletion docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ PRTE_MAN1 = \
prted.1 \
prterun.1 \
prun.1 \
psched.1 \
pterm.1

PRTE_MAN5 = \
Expand Down
1 change: 0 additions & 1 deletion docs/man/man1/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ Commands (section 1)
prted.1.rst
prterun.1.rst
prun.1.rst
psched.1.rst
pterm.1.rst
2 changes: 0 additions & 2 deletions src/docs/show-help-files/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RST_SOURCE_FILES = \
$(srcdir)/help-prted.rst \
$(srcdir)/help-prterun.rst \
$(srcdir)/help-prun.rst \
$(srcdir)/help-psched.rst \
$(srcdir)/help-pterm.rst \
$(srcdir)/help-cli.rst \
$(srcdir)/help-dash-host.rst \
Expand All @@ -60,7 +59,6 @@ ALL_TXT_BUILT = \
$(TXT_OUTDIR)/help-prted.txt \
$(TXT_OUTDIR)/help-prterun.txt \
$(TXT_OUTDIR)/help-prun.txt \
$(TXT_OUTDIR)/help-psched.txt \
$(TXT_OUTDIR)/help-pterm.txt \
$(TXT_OUTDIR)/help-cli.txt \
$(TXT_OUTDIR)/help-dash-host.txt \
Expand Down
2 changes: 0 additions & 2 deletions src/docs/show-help-files/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ harmelss by-products; we ignore them.

Prun <help-pterm>

Psched <help-psched>

Prte runtime <help-prte-runtime>

Hwloc base <help-prte-hwloc-base>
Expand Down
10 changes: 1 addition & 9 deletions src/tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,13 @@
SUBDIRS += \
tools/prted \
tools/prun \
tools/pcc \
tools/prte_info \
tools/prte \
tools/pterm

if WANT_PRTE_SCHED
SUBDIRS += \
tools/psched
endif

DIST_SUBDIRS += \
tools/prted \
tools/prun \
tools/pcc \
tools/prte_info \
tools/prte \
tools/pterm \
tools/psched
tools/pterm

0 comments on commit 4045fb8

Please sign in to comment.