slurmd

  • HPC Charm Team
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 96 08 Oct 2024
Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 81 04 Jan 2024
Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 80 24 Oct 2023
Ubuntu 22.04 Ubuntu 20.04 CentOS 7
juju deploy slurmd
Show information

Platform:

Ubuntu
22.04 20.04
CentOS
7

Learn about configurations >

  • custom-slurm-repo | string

    Use a custom repository for Slurm installation. This can be set to the Organization's local mirror/cache of packages and supersedes the Omnivector repositories. Alternatively, it can be used to track a testing Slurm version, e.g. by setting to ppa:omnivector/osd-testing (on Ubuntu), or https://omnivector-solutions.github.io/repo/centos7/stable/$basearch (on CentOS). Note: The configuration custom-slurm-repo must be set before deploying the units. Changing this value after deploying the units will not reinstall Slurm.

  • nhc-conf | string

    Custom extra configuration to use for Node Health Check. These lines are appended to a basic nhc.conf provided by the charm.

  • partition-config | string

    Extra partition configuration, specified as a space separated key=value in a single line. Example usage: $ juju config slurmd partition-config="DefaultTime=45:00 MaxTime=1:00:00"

  • partition-name | string

    Name by which the partition may be referenced (e.g. Interactive). Note: the partition name should only contain letters, numbers, and hyphens. Spaces are not allowed.

  • partition-state | string

    Default: UP

    State of partition or availability for use. Possible values are UP, DOWN, DRAIN and INACTIVE. The default value is UP. See also the related Alternate keyword.