Skip to content

Commit

Permalink
build: change shell plugin install directory
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jameshcorbett committed Oct 10, 2022
1 parent 4754145 commit 3b07d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AM_LDFLAGS = \
$(CODE_COVERAGE_LIBS)

shell_plugindir = \
$(fluxlibdir)/shell/plugins/
$(fluxlibdir)/shell/plugins/coral2/

shell_plugin_LTLIBRARIES = cray_pals.la

Expand Down

0 comments on commit 3b07d5b

Please sign in to comment.