Skip to content

Commit

Permalink
docs: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Feb 27, 2024
1 parent da5a732 commit a3267dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <slurm/spank.h>` 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

Expand Down

0 comments on commit a3267dd

Please sign in to comment.