Cluster Information
The Scontrol Command
To find more information about a partition like AllowGroups, AllowAccounts, MaxNodes, QoS, etc, the scontrol show
command can be used to view the information.
Syntax : scontrol show partition <partition-name>
scontrol show partition normal
Output :
PartitionName=normal
AllowGroups=discovery-users_normal,pkgmgr AllowAccounts=ALL AllowQos=ALL
AllocNodes=ALL Default=YES QoS=p-normal
DefaultTime=00:01:00 DisableRootJobs=NO ExclusiveUser=NO GraceTime=0 Hidden=NO
MaxNodes=UNLIMITED MaxTime=7-01:00:00 MinNodes=0 LLN=NO MaxCPUsPerNode=UNLIMITED
Nodes=discovery-c[1-15,26-31],discovery-g[1,12-13,16]
PriorityJobFactor=1 PriorityTier=25 RootOnly=NO ReqResv=NO OverSubscribe=FORCE:1
OverTimeLimit=NONE PreemptMode=SUSPEND
State=UP TotalCPUs=1216 TotalNodes=25 SelectTypeParameters=NONE
JobDefaults=DefCpuPerGPU=4
DefMemPerCPU=512 MaxMemPerNode=UNLIMITED
TRES=cpu=1116,mem=5385600M,node=25,billing=1116,gres/gpu=16
The above output shows detailed information about the normal partition. It also shows QoS information QoS= p-normal
which is discussed in detail in the next section.