From 3b07d5bc7fe4834c333fc78dd6d9c5575cc01d5d Mon Sep 17 00:00:00 2001 From: James Corbett Date: Mon, 10 Oct 2022 14:14:40 -0700 Subject: [PATCH] build: change shell plugin install directory Problem: flux-coral2 is being added to mainline TOSS. The cray-pals plugin is built into the main shell pluginpath, so it is loaded by default. This introduces some performance overhead. Solution: move the shell plugin install directory into a subdirectory of the shell pluginpath so it is not loaded by default. --- src/shell/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/plugins/Makefile.am b/src/shell/plugins/Makefile.am index 464f496..188bd55 100644 --- a/src/shell/plugins/Makefile.am +++ b/src/shell/plugins/Makefile.am @@ -7,7 +7,7 @@ AM_LDFLAGS = \ $(CODE_COVERAGE_LIBS) shell_plugindir = \ - $(fluxlibdir)/shell/plugins/ + $(fluxlibdir)/shell/plugins/coral2/ shell_plugin_LTLIBRARIES = cray_pals.la