slurmctld
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 21 | 14 Jan 2022 | |
| latest/candidate | 47 | 17 Oct 2022 | |
| latest/edge | 143 | 05 May 2026 | |
| latest/edge | 79 | 27 Nov 2024 | |
| latest/edge | 59 | 02 Oct 2023 | |
| latest/edge | 58 | 24 Aug 2023 | |
| 25.11/beta | 143 | 05 May 2026 | |
| 25.11/edge | 143 | 05 May 2026 | |
| 23.11/stable | 121 | 10 Oct 2025 | |
| 23.11/candidate | 121 | 10 Oct 2025 | |
| 23.11/edge | 121 | 10 Oct 2025 |
juju deploy slurmctld --channel 25.11/beta
-
cgroup-parameters | string
User supplied configuration for
cgroup.conf. -
cluster-name | string
Name to be recorded in database for jobs from this cluster.
This is important if a single database is used to record information from multiple Slurm-managed clusters.
-
default-partition | string
Default Slurm partition. This is only used if defined, and must match an existing partition.
-
email-from-name | string
Default: Charmed HPC Admin
Name to appear in the signature of email notifications sent by Slurm.
Corresponds to the
emailFromNameparameter used in the Slurm-Mail project. See: https://github.com/neilmunday/slurm-mail/blob/v4.31/etc/slurm-mail/slurm-mail.conf#L16 -
slurm-conf-parameters | string
User supplied Slurm configuration as a multiline string.
Example usage: $ juju config slurmcltd slurm-conf-parameters="$(cat additional.conf)"