Temporary performance degradation

We are currently experiencing service degradation and working on resolving this. Thank you for your patience and understanding.

slurmctld

Platform:

Ubuntu
24.04 22.04 20.04
CentOS
7
Channel Revision Published Runs on
latest/stable 21 14 Jan 2022
Ubuntu 20.04 CentOS 7
latest/candidate 47 17 Oct 2022
Ubuntu 20.04 CentOS 7
latest/edge 143 05 May 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 79 27 Nov 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 59 02 Oct 2023
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 58 24 Aug 2023
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
25.11/beta 143 05 May 2026
Ubuntu 24.04
25.11/edge 143 05 May 2026
Ubuntu 24.04
23.11/stable 121 10 Oct 2025
Ubuntu 24.04
23.11/candidate 121 10 Oct 2025
Ubuntu 24.04
23.11/edge 121 10 Oct 2025
Ubuntu 24.04
juju deploy slurmctld --channel 25.11/beta

Learn about configurations >

  • 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 emailFromName parameter 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)"