跳到主要内容

分区自定义参数

参数名描述fsched版本限制
AllocNodesComma separated list of nodes from which users can submit jobs in the partition.
AllowAccountsComma separated list of accounts which may execute jobs in the partition. The default value is ""ALL"".
AllowQosComma separated list of Qos which may execute jobs in the partition.
AlternatePartition name of alternate partition to be used if the state of this partition is ""DRAIN"" or ""INACTIVE.
CpuBindIf 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.
DefCpuPerGPUDefault count of CPUs allocated per allocated GPU.
DefMemPerCPUDefault real memory size available per allocated CPU in megabytes. Used to avoid over-subscribing memory and causing paging.
DefMemPerGPUDefault real memory size available per allocated GPU in megabytes. Also see DefMemPerCPU, DefMemPerNode and MaxMemPerCPU.
DefMemPerNodeDefault real memory size available per allocated node in megabytes. Used to avoid over-subscribing memory and causing paging.
DenyAccountsComma separated list of accounts which may not execute jobs in the partition.
DenyQosComma separated list of Qos which may not execute jobs in the partition.
DefaultTimeRun 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.
DisableRootJobsIf set to ""YES"" then user root will be prevented from running any jobs on this partition.
ExclusiveUserIf set to ""YES"" then nodes will be exclusively allocated to users.
GraceTimeSpecifies, in units of seconds, the preemption grace time to be extended to a job which has been selected for preemption.
HiddenSpecifies 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"".
LLNSchedule resources to jobs on the least loaded nodes (based upon the number of idle CPUs).
MaxCPUsPerNodeMaximum number of CPUs on any node available to all jobs from this partition. This can be especially useful to schedule GPUs.
MaxMemPerCPUMaximum real memory size available per allocated CPU in megabytes. Used to avoid over-subscribing memory and causing paging.
MaxMemPerNodeMaximum real memory size available per allocated node in megabytes. Used to avoid over-subscribing memory and causing paging.
MaxNodesMaximum count of nodes which may be allocated to any single job. The default value is ""UNLIMITED"", which is represented internally as -1.
MinNodesMinimum count of nodes which may be allocated to any single job. The default value is 0.
OverSubscribeControls 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.
PreemptModeMechanism used to preempt jobs from this partition when PreemptType=preempt/partition_prio is configured.
PriorityJobFactorPartition factor used by priority/multifactor plugin in calculating job priority. The value may not exceed 65533. Also see PriorityTier.
PriorityTierJobs submitted to a partition with a higher priority tier value will be dispatched before pending jobs in partition with lower priority tier value.
QOSUsed 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.
ReqResvSpecifies users of this partition are required to designate a reservation when submitting a job.
RootOnlySpecifies if only user ID zero (i.e. user root) may allocate resources in this partition.
SelectTypeParametersPartition-specific resource allocation type. This option replaces the global SelectTypeParameters value.
TRESBillingWeightsTRESBillingWeights is used to define the billing weights of each TRES type that will be used in calculating the usage of a job.
LoadSchedMemStop scheduling job to the node if node's available memory is lower than LoadSchedMem (in MiB)fsched-10.25 +
LoadStopMemStop jobs on the node if node's available memory is lower than LoadStopMem (in MiB)fsched-10.25 +
LoadSchedUtStop scheduling job to the node if node's cpu utilization is higher than LoadSchedUt (in %)fsched-10.25 +
LoadStopUtStop jobs on the node if node's cpu utilization is higher than LoadStopUt (in %)fsched-10.25 +
OverMemoryKillKill jobs that are being detected to use more memory than requestedfsched-10.25 +
LoadSchedR15sStop scheduling job to the node if node's 15-second average CPU run queue length is larger than LoadSchedR15s (float)fsched-10.70 +
LoadStopR15sStop jobs on the node if node's 15-second average CPU run queue length is larger than LoadStopR15s (float)fsched-10.70 +
LoadSchedR1mStop scheduling job to the node if node's 1-minute average CPU run queue length is larger than LoadSchedR1m (float)fsched-10.70 +
LoadStopR1mStop jobs on the node if node's 1-minute average CPU run queue length is larger than LoadStopR1m (float)fsched-10.70 +
LoadSchedR15mStop scheduling job to the node if node's 15-minute CPU run queue length is larger than LoadSchedR15m (float)fsched-10.70 +
LoadStopR15mStop jobs on the node if node's 15-minute CPU run queue length is larger than LoadStopR15m (float)fsched-10.70 +