Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/aurora/running-jobs-aurora.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ There are four production queues you can target in your qsub (`-q <queue name>`)
|---------------|----------|------------|----------|----------|-------------------------------------------------------------------------------------------------------|
| debug | 1 | 2 | 5 min | 1 hr | 64 nodes (non-exclusive); <br/> Max 1 job running/accruing/queued **per-user** |
| debug-scaling | 2 | 31 | 5 min | 1 hr | Max 1 job running/accruing/queued **per-user**. Effective 2/16/26, max node count will be 256 |
| prod | 1 | 10,624[^1] | 5 min | 24 hrs | Routing queue for tiny, small, medium, and large queues; <br/> **See table below for min/max limits** |
| prod-large | 1920 | 10,624[^1] | 5 min | 24 hrs | Routing queue for large jobs; |
| prod | 1 | 10,624[^1] | 5 min | 24 hrs | Routing queue for tiny, small, medium, and large queues; <br/> **See table below for min/max limits** | |
| visualization | 1 | 32 | 5 min | 8 hrs | ***By request only; non-exclusive nodes*** |

`prod` and `prod-large` are routing queues and routes your job to one of the following eight execution queues:
`prod` is the routing queue and routes your job to one of the following execution queues:

| Queue Name | Node Min | Node Max | Time Min | Time Max | Notes |
|-----------------|----------|------------|----------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| capability | 1 | 16 | 5 min | 7 days (168 hrs) | Goes into effect on 2/16/26. Max of 128 nodes across all jobs
| capacity | 1 | 16 | 5 min | 7 days (168 hrs) | Goes into effect on 2/16/26. Max of 128 nodes across all jobs
| tiny | 1 | 512 | 5 min | 6 hrs | Queue will be removed on 2/16/26|
| small | 513 | 1024 | 5 min | 12 hrs | Effective 2/16/26, min node count will be 256
| medium | 1025 | 1919 | 5 min | 18 hrs | |
Expand Down