slurmd
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 29 | 14 Jan 2022 | |
| latest/candidate | 54 | 17 Oct 2022 | |
| latest/edge | 164 | 05 May 2026 | |
| latest/edge | 100 | 27 Nov 2024 | |
| latest/edge | 81 | 04 Jan 2024 | |
| latest/edge | 80 | 24 Oct 2023 | |
| 25.11/beta | 164 | 05 May 2026 | |
| 25.11/edge | 164 | 05 May 2026 | |
| 23.11/stable | 142 | 10 Oct 2025 | |
| 23.11/candidate | 142 | 10 Oct 2025 | |
| 23.11/edge | 142 | 10 Oct 2025 |
juju deploy slurmd --channel 25.11/beta
-
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=valuein 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"