We've discontinued the registration of new Bundles

New Bundle registrations are no longer accepted. Existing bundles remain functional. We recommend using the Juju Terraform Provider for new deployments.

Omnivector Slurm Distribution

HPC Charm Team Publisher | bundle

Platform:

Ubuntu
Channel Revision Published
latest/edge 6 21 Aug 2023
juju deploy slurm --channel edge

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](https://slurm.schedmd.com/slurm.conf.html#SECTION_PARTITION-CONFIGURATION). Example usage: ```bash $ juju config slurmd partition-config="DefaultTime=45:00 MaxTime=1:00:00" ```