You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/scheduler.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ lists the active QoS on ARCHER2.
231
231
| short | 32 | 20 mins | 16 | 4 | standard | |
232
232
| long | 64 | 96 hrs | 16 | 16 | standard | Minimum walltime of 24 hrs, maximum 512 nodes in use by any one user at any time, maximum of 2048 nodes in use by QoS |
| lowpriority | 2048 | 24 hrs | 16 | 16 | standard | Jobs not charged but requires at least 1 CU in budget to use. |
234
+
| lowpriority | 2048 | 24 hrs | 16 | 16 | standard | Jobs not charged but requires at least 1 CU in budget to use. Only available to UKRI-funded projects. |
235
235
| serial | 32 cores and/or 128 GB memory | 24 hrs | 32 | 4 | serial | Jobs not charged but requires at least 1 CU in budget to use. Maximum of 32 cores and/or 128 GB in use by any one user at any time. |
236
236
| reservation | Size of reservation | Length of reservation | No limit | no limit | standard | |
237
237
| capabilityday | At least 4096 nodes | 3 hrs | 8 | 2 | standard | Minimum job size of 512 nodes. Jobs only run during [Capability Days](#capability-days) |
@@ -2299,12 +2299,11 @@ other, higher-priority, jobs cannot be run. Although low priority jobs are not
2299
2299
charged, you do need a valid, positive budget to be able to submit and run low
2300
2300
priority jobs, i.e. you need at least 1 CU in your budget.
2301
2301
2302
-
Low priority access is always available and has the following limits:
2302
+
!!! note
2303
+
Low priority access is only available for UKRI-funded projects. Other projects
2304
+
will not be able to use the low priority facility.
2303
2305
2304
-
- 1024 node maximum job size
2305
-
- Maximum 16 low priority jobs submitted (including running) per user
2306
-
- Maximum 16 low priority job running per user
2307
-
- Maximum runtime of 24 hours
2306
+
Low priority access is always available. Consult the QoS table above for limits on low priority jobs.
2308
2307
2309
2308
You submit a low priority job on ARCHER2 by using the `lowpriority` QoS. For example,
2310
2309
you would usually have the following line in your job submission script sbatch
0 commit comments