From 4045fb802dd46742a27281edced2890fcaee24a6 Mon Sep 17 00:00:00 2001 From: Alexandria Sisk Date: Mon, 7 Oct 2024 21:47:34 -0400 Subject: [PATCH] Removing references to pcc, psched, and examples directories from files Signed-off-by: Alexandria Sisk --- .gitignore | 3 --- Makefile.am | 2 -- config/prte_config_files.m4 | 2 -- docs/Makefile.am | 1 - docs/man/man1/index.rst | 1 - src/docs/show-help-files/Makefile.am | 2 -- src/docs/show-help-files/index.rst | 2 -- src/tools/Makefile.am | 10 +--------- 8 files changed, 1 insertion(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index e1d8b168fe..40ba943252 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Makefile.am b/Makefile.am index 8768750743..0c148978f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: diff --git a/config/prte_config_files.m4 b/config/prte_config_files.m4 index ef3f2eb2e1..ef604c165f 100644 --- a/config/prte_config_files.m4 +++ b/config/prte_config_files.m4 @@ -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 ]) ]) diff --git a/docs/Makefile.am b/docs/Makefile.am index 6ef9e92e61..ce4651bb8f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -68,7 +68,6 @@ PRTE_MAN1 = \ prted.1 \ prterun.1 \ prun.1 \ - psched.1 \ pterm.1 PRTE_MAN5 = \ diff --git a/docs/man/man1/index.rst b/docs/man/man1/index.rst index da27174695..a1d2e7beb0 100644 --- a/docs/man/man1/index.rst +++ b/docs/man/man1/index.rst @@ -9,5 +9,4 @@ Commands (section 1) prted.1.rst prterun.1.rst prun.1.rst - psched.1.rst pterm.1.rst diff --git a/src/docs/show-help-files/Makefile.am b/src/docs/show-help-files/Makefile.am index 0cedca735b..9cf3a3e3a3 100644 --- a/src/docs/show-help-files/Makefile.am +++ b/src/docs/show-help-files/Makefile.am @@ -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 \ @@ -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 \ diff --git a/src/docs/show-help-files/index.rst b/src/docs/show-help-files/index.rst index b27b811a4d..45838ca5a8 100644 --- a/src/docs/show-help-files/index.rst +++ b/src/docs/show-help-files/index.rst @@ -21,8 +21,6 @@ harmelss by-products; we ignore them. Prun - Psched - Prte runtime Hwloc base diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 1ff74f6399..2cd9002c80 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -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