Configure Slurm partitions
Add, edit, and delete partitions on an existing Slurm cluster.
This guide walks through adding, editing, and deleting partitions on an existing Slurm cluster. Partitions are job queues that map to a pool of compute nodes with a specific instance type and autoscaling range.
Add a partition
Open the cluster list
Click Clusters in the left sidebar, then click the Slurm tab.
Open the cluster detail page
Click the cluster name to open the detail page.
Open the Partitions tab
Click the Partitions tab.
Add a partition
Click Add Partition.
Configure the partition
Fill in the partition configuration:
- Partition Name: a short identifier (for example,
gpuorhigh-mem) - Compute Node: click
Select Compute Nodeto browse instance types by vCPU, GPU, and price (AWS) or select a profile (non-AWS) - Maximum node count: the upper bound for autoscaling
Save
Click Add Partition to save.
Success looks like this: the partition is created or updated, and sinfo shows the new partition available for job submissions.
The new partition appears in the Partitions tab. Nodes are provisioned on demand when jobs target this partition.
Edit a partition
Open the edit form
On the Partitions tab, click the edit icon on the partition row.