-
Notifications
You must be signed in to change notification settings - Fork 0
/
stat-partition-config.qmd
45 lines (38 loc) · 1.5 KB
/
stat-partition-config.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# `stat` and `statstudent` partition configuration
Last pulled 08/03/22
## `stat`
```sh
scontrol show partition stat
```
```sh
PartitionName=stat
AllowGroups=acc-stat,acc-stat-qu AllowAccounts=ALL AllowQos=ALL
AllocNodes=ALL Default=NO QoS=N/A
DefaultTime=00:30:00 DisableRootJobs=YES ExclusiveUser=NO GraceTime=0 Hidden=NO
MaxNodes=UNLIMITED MaxTime=14-00:00:00 MinNodes=0 LLN=NO MaxCPUsPerNode=UNLIMITED
Nodes=ccc[0035-0036,0085-0090,0270-0271],golub[113-116,231-234]
PriorityJobFactor=1 PriorityTier=3 RootOnly=NO ReqResv=NO OverSubscribe=YES:4
OverTimeLimit=NONE PreemptMode=OFF
State=UP TotalCPUs=536 TotalNodes=18 SelectTypeParameters=NONE
JobDefaults=(null)
DefMemPerCPU=2150 MaxMemPerNode=UNLIMITED
TRES=cpu=536,mem=3414036M,node=18,billing=536,gres/gpu=12
```
## `statstudent`
```sh
scontrol show partition statstudent
```
```sh
PartitionName=statstudent
AllowGroups=acc-stat AllowAccounts=ALL AllowQos=ALL
AllocNodes=ALL Default=NO QoS=N/A
DefaultTime=00:30:00 DisableRootJobs=YES ExclusiveUser=NO GraceTime=0 Hidden=NO
MaxNodes=UNLIMITED MaxTime=7-00:00:00 MinNodes=0 LLN=NO MaxCPUsPerNode=UNLIMITED
Nodes=ccc[0035-0036,0089-0090,0270-0271],golub[231-234]
PriorityJobFactor=1 PriorityTier=3 RootOnly=NO ReqResv=NO OverSubscribe=YES:4
OverTimeLimit=NONE PreemptMode=OFF
State=UP TotalCPUs=312 TotalNodes=10 SelectTypeParameters=NONE
JobDefaults=(null)
DefMemPerCPU=2150 MaxMemPerNode=UNLIMITED
TRES=cpu=312,mem=2513192M,node=10,billing=312,gres/gpu=12
```