Skip to content

Commit 20fc781

Browse files
committed
[Slurm] Update the QoS limits
Note that the long queue has been bumped to 24 nodes as the limit of 12 nodes had been routinely reached.
1 parent f753184 commit 20fc781

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

docs/slurm/partitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You will find on ULHPC resources the following partitions (mostly matching the 3
2121

2222
| __AION__ (type) | #Nodes (cores/node) | Default/MaxTime | MaxNodes | PriorityTier |
2323
|--------------------------|---------------------|-----------------|----------|--------------|
24-
| `interactive` (floating) | 354 | 30min - 2h | 2 | 100 |
24+
| `interactive` (floating) | 354 | 30min - 2h | 2 | 100 |
2525
| `batch` (default) | 354 (128c) | 2h - 48h | 64 | 1 |
2626

2727
## Iris

docs/slurm/qos.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)