Skip to content

Commit

Permalink
Merge pull request #347 from kevinstratford/fix-issue-346
Browse files Browse the repository at this point in the history
Update highmem time limit
  • Loading branch information
NMannall authored Aug 15, 2024
2 parents d06515d + 035f43c commit 394cf02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user-guide/batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,13 @@ You can list the active partitions using

On Cirrus Quality of Service (QoS) is used alongside partitions to set
resource limits. The following table has a list of active QoS on Cirrus.
Note that the number of jobs queued includes both pending and running
jobs.

| QoS Name | Jobs Running Per User | Jobs Queued Per User | Max Walltime | Max Size | Applies to Partitions | Notes |
|--------------|-----------------------|----------------------|--------------|-----------------------------------------|-----------------------|-------|
| standard | No limit | 500 jobs | 4 days | 88 nodes (3168 cores/25%) | standard | |
| highmem | 1 job | 2 jobs | 24 hours | 1 node | highmem | |
| highmem | 1 job | 2 jobs | 48 hours | 1 node | highmem | |
| largescale | 1 job | 4 jobs | 24 hours | 228 nodes (8192+ cores/65%) or 144 GPUs | standard, gpu | |
| long | 5 jobs | 20 jobs | 14 days | 16 nodes or 8 GPUs | standard, gpu | |
| highpriority | 10 jobs | 20 jobs | 4 days | 140 nodes | standard | charged at 1.5 x normal rate |
Expand Down

0 comments on commit 394cf02

Please sign in to comment.