Temporary performance degradation

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

slurmd

Platform:

Ubuntu
24.04 22.04 20.04
CentOS
7
Channel Revision Published Runs on
latest/stable 29 14 Jan 2022
Ubuntu 20.04 CentOS 7
latest/candidate 54 17 Oct 2022
Ubuntu 20.04 CentOS 7
latest/edge 164 05 May 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 100 27 Nov 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 81 04 Jan 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 80 24 Oct 2023
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
25.11/beta 164 05 May 2026
Ubuntu 24.04
25.11/edge 164 05 May 2026
Ubuntu 24.04
23.11/stable 142 10 Oct 2025
Ubuntu 24.04
23.11/candidate 142 10 Oct 2025
Ubuntu 24.04
23.11/edge 142 10 Oct 2025
Ubuntu 24.04
juju deploy slurmd --channel 25.11/beta

Learn about configurations >

  • default-node-reason | string

    Default reason to provide for the state of newly deployed compute nodes.

    Configured value will be ignored if the default node state is "idle".

  • default-node-state | string

    Default: down

    Default state to start newly deployed compute nodes in.

    Valid states are:

    • down
    • idle

    Deployed slurmd applications will block if an invalid state is configured.

  • partition-config | string

    Additional partition configuration parameters, specified as a space separated key=value in a single line. Find a list of all possible partition configuration parameters here.

    Example usage: ```bash $ juju config slurmd partition-config="DefaultTime=45:00 MaxTime=1:00:00"