| AllocNodes | Comma separated list of nodes from which users can submit jobs in the partition. | |
| AllowAccounts | Comma separated list of accounts which may execute jobs in the partition. The default value is ""ALL"". | |
| AllowQos | Comma separated list of Qos which may execute jobs in the partition. | |
| Alternate | Partition name of alternate partition to be used if the state of this partition is ""DRAIN"" or ""INACTIVE. | |
| CpuBind | If a job step request does not specify an option to control how tasks are bound to allocated CPUs (--cpu-bind) and all nodes allocated to the job. | |
| DefCpuPerGPU | Default count of CPUs allocated per allocated GPU. | |
| DefMemPerCPU | Default real memory size available per allocated CPU in megabytes. Used to avoid over-subscribing memory and causing paging. | |
| DefMemPerGPU | Default real memory size available per allocated GPU in megabytes. Also see DefMemPerCPU, DefMemPerNode and MaxMemPerCPU. | |
| DefMemPerNode | Default real memory size available per allocated node in megabytes. Used to avoid over-subscribing memory and causing paging. | |
| DenyAccounts | Comma separated list of accounts which may not execute jobs in the partition. | |
| DenyQos | Comma separated list of Qos which may not execute jobs in the partition. | |
| DefaultTime | Run time limit used for jobs that don't specify a value. If not set then MaxTime will be used. Format is the same as for MaxTime. | |
| DisableRootJobs | If set to ""YES"" then user root will be prevented from running any jobs on this partition. | |
| ExclusiveUser | If set to ""YES"" then nodes will be exclusively allocated to users. | |
| GraceTime | Specifies, in units of seconds, the preemption grace time to be extended to a job which has been selected for preemption. | |
| Hidden | Specifies if the partition and its jobs are to be hidden by default. Hidden partitions will by default not be reported by the Slurm APIs or commands. Possible values are ""YES"" and ""NO"". The default value is ""NO"". | |
| LLN | Schedule resources to jobs on the least loaded nodes (based upon the number of idle CPUs). | |
| MaxCPUsPerNode | Maximum number of CPUs on any node available to all jobs from this partition. This can be especially useful to schedule GPUs. | |
| MaxMemPerCPU | Maximum real memory size available per allocated CPU in megabytes. Used to avoid over-subscribing memory and causing paging. | |
| MaxMemPerNode | Maximum real memory size available per allocated node in megabytes. Used to avoid over-subscribing memory and causing paging. | |
| MaxNodes | Maximum count of nodes which may be allocated to any single job. The default value is ""UNLIMITED"", which is represented internally as -1. | |
| MinNodes | Minimum count of nodes which may be allocated to any single job. The default value is 0. | |
| OverSubscribe | Controls the ability of the partition to execute more than one job at a time on each resource node, socket or core depending upon the value of. | |
| PreemptMode | Mechanism used to preempt jobs from this partition when PreemptType=preempt/partition_prio is configured. | |
| PriorityJobFactor | Partition factor used by priority/multifactor plugin in calculating job priority. The value may not exceed 65533. Also see PriorityTier. | |
| PriorityTier | Jobs submitted to a partition with a higher priority tier value will be dispatched before pending jobs in partition with lower priority tier value. | |
| QOS | Used to extend the limits available to a QOS on a partition. Jobs will not be associated to this QOS outside of being associated to the partition. They will still be associated to their requested QOS. | |
| ReqResv | Specifies users of this partition are required to designate a reservation when submitting a job. | |
| RootOnly | Specifies if only user ID zero (i.e. user root) may allocate resources in this partition. | |
| SelectTypeParameters | Partition-specific resource allocation type. This option replaces the global SelectTypeParameters value. | |
| TRESBillingWeights | TRESBillingWeights is used to define the billing weights of each TRES type that will be used in calculating the usage of a job. | |
| LoadSchedMem | Stop scheduling job to the node if node's available memory is lower than LoadSchedMem (in MiB) | fsched-10.25 + |
| LoadStopMem | Stop jobs on the node if node's available memory is lower than LoadStopMem (in MiB) | fsched-10.25 + |
| LoadSchedUt | Stop scheduling job to the node if node's cpu utilization is higher than LoadSchedUt (in %) | fsched-10.25 + |
| LoadStopUt | Stop jobs on the node if node's cpu utilization is higher than LoadStopUt (in %) | fsched-10.25 + |
| OverMemoryKill | Kill jobs that are being detected to use more memory than requested | fsched-10.25 + |
| LoadSchedR15s | Stop scheduling job to the node if node's 15-second average CPU run queue length is larger than LoadSchedR15s (float) | fsched-10.70 + |
| LoadStopR15s | Stop jobs on the node if node's 15-second average CPU run queue length is larger than LoadStopR15s (float) | fsched-10.70 + |
| LoadSchedR1m | Stop scheduling job to the node if node's 1-minute average CPU run queue length is larger than LoadSchedR1m (float) | fsched-10.70 + |
| LoadStopR1m | Stop jobs on the node if node's 1-minute average CPU run queue length is larger than LoadStopR1m (float) | fsched-10.70 + |
| LoadSchedR15m | Stop scheduling job to the node if node's 15-minute CPU run queue length is larger than LoadSchedR15m (float) | fsched-10.70 + |
| LoadStopR15m | Stop jobs on the node if node's 15-minute CPU run queue length is larger than LoadStopR15m (float) | fsched-10.70 + |
| AdaptSchedInterval | Interval of adaptive scheduling (in minutes) | fsched-dev(FIXME) + |
| AdaptMinJobElapsed | The minumal elapsed time of job which will be handled in adaptive scheduling (in seconds) | fsched-dev(FIXME) + |
| AdaptCpuMode | The adapt mode of CPU (can be INC_DEC/INC/DEC) | fsched-dev(FIXME) + |
| AdaptMemMode | The adapt mode of memory (can be INC_DEC/INC/DEC) | fsched-dev(FIXME) + |
| AdaptMemBasis | The adapt basis of memory (can be MAX/AVE) | fsched-dev(FIXME) + |