Partitions and Limits¶
Quick reference for SLURM partitions. For complete partition details including node counts and node names, see Cluster Operations Partitions.
Checking Partition Info¶
# View all partitions
sinfo
# View specific partition
sinfo --partition <partition_name>
# View partition limits
scontrol show partition
QoS (Quality of Service)¶
For detailed QoS information, see Cluster Operations QoS.
QoS |
Priority |
Notes |
|---|---|---|
normal |
Standard |
Default for all users |
high |
Higher |
Requires approval |
low |
Lower |
Good for testing |
Account Limits¶
Check your limits:
# View account associations
sacctmgr show assoc user=$USER
# View fair share
sshare -u $USER