From a3267ddbc01420c28038e415070b2616aaf3c1e2 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Tue, 27 Feb 2024 19:18:25 +0100 Subject: [PATCH] docs: Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68b6c62..cca6de8 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ CMake option | Default `-DINSTALL_PLUGSTACK_CONF=ON` | `OFF` | Whether to install a plugin config file `-DSLURM_SYSCONFDIR=...` | `/etc/slurm` | Slurm sysconfdir `-DSLURM_PLUGSTACK_CONF_D=...` | `${SLURM_SYSCONFDIR}/plugstack.conf.d` | Slurm plugstack conf dir -`-DPLUGIN_DEFAULT_ARG=...` | `""` | Plugin default= arg` +`-DPLUGIN_DEFAULT_ARG=...` | `""` | Plugin default= arg `-DPLUGIN_BIND_ARG=...` | `${SLURM_SYSCONFDIR},/var/spool/slurm,/var/run/munge` | Plugin bind= arg `-DPLUGIN_EXTRA_ARGS=...` | `""` | Plugin args= arg `-DSLURM_INCLUDE_DIR=...` | Detected by CMake, typically `/usr/include` | Slurm include dir passed to compiler via `-I` so `#include ` resolves -`-DCMAKE_INSTALL_LIBEXECDIR=...` | `libexec` on RHEL-based systems | FHS "internal binaries" directory +`-DCMAKE_INSTALL_LIBEXECDIR=...` | `libexec` on RHEL-based systems | FHS "internal binaries" directory [^sSrfT] ## Install