@@ -25,15 +25,16 @@ jobs](../jobs/best-effort.md) and is named `besteffort`.
2525
2626<!-- qos-start-->
2727
28- | QOS (partition) | Prio | GrpTRES | MaxTresPJ | MaxJobPU | MaxWall |
29- | -------------------------------| ------| ---------| -----------| ----------| -------------|
30- | ` besteffort ` (* ) | 1 | | | 50 | |
31- | ` low ` (* ) | 10 | | | 2 | |
32- | ` normal ` (* ) | 100 | | | 50 | |
33- | ` long ` (* ) | 100 | node=6 | node=2 | 4 | 14-00:00:00 |
34- | ` debug ` (` interactive ` ) | 150 | node=8 | | 10 | |
35- | ` high ` (* ) | 200 | | | 50 | |
36- | ` urgent ` (* ) | 1000 | | | 100 | |
28+ | QOS (partition) | Prio | GrpTRES | MaxTresPJ | MaxJobPU | MaxWall |
29+ | --------------------------------| ------| ---------| -----------| ----------| -------------|
30+ | ` besteffort ` (\* ) | 1 | | | 300 | 50-00:00:00 |
31+ | ` low ` (\* ) | 10 | | | 4 | |
32+ | ` normal ` (\* ) | 100 | | | 50 | |
33+ | ` long ` (\* ) | 100 | node=24 | node=2 | 4 | 14-00:00:00 |
34+ | ` debug ` (` interactive ` ) | 150 | node=50 | | 10 | |
35+ | ` high ` (\* ) | 200 | | | 50 | |
36+ | ` urgent ` (\* ) | 1000 | | | 100 | |
37+ | ` wide ` (\* ) | 100 | | node=160 | 10 | 0-02:00:00 |
3738
3839<!-- qos-end-->
3940
@@ -46,16 +47,18 @@ Use the `sqos` utility function to list the existing QOS limits.
4647!!! example "List current ULHPC QOS limits with ` sqos ` "
4748 ```console
4849 $ sqos
49- \ # sacctmgr show qos format="name%20,preempt,priority,GrpTRES,MaxTresPerJob,MaxJobsPerUser,MaxWall,flags"
50+ # sacctmgr show qos format="name%20,preempt,priority,GrpTRES,MaxTresPerJob,MaxJobsPerUser,MaxWall,flags"
5051 Name Preempt Priority GrpTRES MaxTRES MaxJobsPU MaxWall Flags
5152 -------------------- ---------- ---------- ------------- ------------- --------- ----------- --------------------
5253 normal besteffort 100 100 DenyOnLimit
53- besteffort 1 300 NoReserve
54+ besteffort 1 300 50-00:00:00 NoReserve
5455 low besteffort 10 4 DenyOnLimit
5556 high besteffort 200 50 DenyOnLimit
5657 urgent besteffort 1000 100 DenyOnLimit
57- debug besteffort 150 node=8 10 DenyOnLimit
58- long besteffort 100 node=6 node=2 4 14-00:00:00 DenyOnLimit,Partiti+
58+ debug besteffort 150 node=50 10 DenyOnLimit
59+ long besteffort 100 node=24 node=2 4 14-00:00:00 DenyOnLimit,Partiti+
60+ admin besteffort 1000 DenyOnLimit
61+ wide besteffort 100 node=160 10 02:00:00 DenyOnLimit
5962 ```
6063
6164<!-- limits-end-->
0 commit comments