diff --git a/contribs/Makefile.am b/contribs/Makefile.am index da96aa070d..2a2d1f2c82 100644 --- a/contribs/Makefile.am +++ b/contribs/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = cray lua mic nss_slurm openlava pam pam_slurm_adopt perlapi pmi pmi2 seff sgather sgi sjobexit torque +SUBDIRS = lua mic nss_slurm openlava pam pam_slurm_adopt perlapi pmi pmi2 seff sgather sgi sjobexit torque EXTRA_DIST = \ make-3.81.slurm.patch \ diff --git a/src/plugins/acct_gather_energy/Makefile.am b/src/plugins/acct_gather_energy/Makefile.am index 937808035f..2abce6efdc 100644 --- a/src/plugins/acct_gather_energy/Makefile.am +++ b/src/plugins/acct_gather_energy/Makefile.am @@ -1,6 +1,6 @@ # Makefile for accounting gather energy plugins -SUBDIRS = cray_aries rapl ibmaem ipmi none xcc +SUBDIRS = rapl ibmaem ipmi none xcc if BUILD_RSMI SUBDIRS += rsmi diff --git a/src/plugins/core_spec/Makefile.am b/src/plugins/core_spec/Makefile.am index 44b1ed67c0..f06bc541d7 100644 --- a/src/plugins/core_spec/Makefile.am +++ b/src/plugins/core_spec/Makefile.am @@ -1,3 +1,3 @@ # Makefile for core specialization plugins -SUBDIRS = cray_aries none +SUBDIRS = none diff --git a/src/plugins/job_container/Makefile.am b/src/plugins/job_container/Makefile.am index 8e1960a456..529a9d581d 100644 --- a/src/plugins/job_container/Makefile.am +++ b/src/plugins/job_container/Makefile.am @@ -1,3 +1,3 @@ # Makefile for job_container plugins -SUBDIRS = cncu none +SUBDIRS = none diff --git a/src/plugins/job_submit/Makefile.am b/src/plugins/job_submit/Makefile.am index e393bcfb1c..b98cf2e000 100644 --- a/src/plugins/job_submit/Makefile.am +++ b/src/plugins/job_submit/Makefile.am @@ -2,7 +2,6 @@ SUBDIRS = \ all_partitions \ - cray_aries \ defaults \ logging \ lua \ diff --git a/src/plugins/mpi/Makefile.am b/src/plugins/mpi/Makefile.am index 4d055e2030..1a44dfb2ab 100644 --- a/src/plugins/mpi/Makefile.am +++ b/src/plugins/mpi/Makefile.am @@ -1,6 +1,6 @@ # Makefile for mpi plugins -SUBDIRS = cray_shasta none pmi2 +SUBDIRS = none pmi2 if HAVE_PMIX SUBDIRS += pmix endif diff --git a/src/plugins/node_features/Makefile.am b/src/plugins/node_features/Makefile.am index f5ef036303..d955c51ba1 100644 --- a/src/plugins/node_features/Makefile.am +++ b/src/plugins/node_features/Makefile.am @@ -1,3 +1,3 @@ # Makefile for node_features plugins -SUBDIRS = knl_cray knl_generic +SUBDIRS = knl_generic diff --git a/src/plugins/power/Makefile.am b/src/plugins/power/Makefile.am index ccde44c322..c6171740c1 100644 --- a/src/plugins/power/Makefile.am +++ b/src/plugins/power/Makefile.am @@ -1,3 +1,3 @@ # Makefile for power management plugins -SUBDIRS = common cray_aries none +SUBDIRS = common none diff --git a/src/plugins/select/Makefile.am b/src/plugins/select/Makefile.am index 74606481ff..bebf728529 100644 --- a/src/plugins/select/Makefile.am +++ b/src/plugins/select/Makefile.am @@ -1,7 +1,7 @@ # Makefile for node selection plugins # NOTE: other must be in the list before cray_aries lest the build break -SUBDIRS = other cons_common cons_res cons_tres cray_aries linear +SUBDIRS = other cons_common cons_res cons_tres linear # Each plugin here needs a plugin_id, here are the currect plug_ids # for each plugin. diff --git a/src/plugins/switch/Makefile.am b/src/plugins/switch/Makefile.am index c58f51329d..39a2b3eb7f 100644 --- a/src/plugins/switch/Makefile.am +++ b/src/plugins/switch/Makefile.am @@ -1,7 +1,3 @@ # Makefile for switch plugins SUBDIRS = generic none - -if WITH_SWITCH_CRAY_ARIES -SUBDIRS += cray_aries -endif diff --git a/src/plugins/task/Makefile.am b/src/plugins/task/Makefile.am index 8d2a36eb68..607af1cb7c 100644 --- a/src/plugins/task/Makefile.am +++ b/src/plugins/task/Makefile.am @@ -1,6 +1,6 @@ # Makefile for task plugins -SUBDIRS = cray_aries none +SUBDIRS = none if HAVE_SCHED_SETAFFINITY SUBDIRS += affinity