Queues - BigelowLab/charlie GitHub Wiki
PBS Pro uses queues to manage system resources. For example, some queues have higher priority than others, some are only available to specific users (e.g. scgc), and some are specific to specific CPUs (e.g. scgc & c2).
Routing queues automatically put your job into the appropriate queue based on the resources that you requested. There is one routing queue for general use and one for scgc-only.
Routing Queues
| Route Queue | Queues |
|---|---|
| route | normal, high, long |
| scgc-route | scgc-normal, scgc-high, scgc-long |
General Queues
| Queue | Walltime | Host | CPU | Memory (default) | Jobs | Priority |
|---|---|---|---|---|---|---|
| normal | 2w | c1,c3 | (2GB) | 100 | ||
| low | 8h | c1,c2,c3 | (2GB) | 10 | ||
| devel | 8h | c1,c3 | 8 | 8 (2GB) | 1 running | 300 |
Restricted Queues
| Queue | Walltime | Host | CPU | Memory | Jobs | Priority |
|---|---|---|---|---|---|---|
| high | 2w | c1,c3 | (2GB) | 150 | ||
| long | 6w | c1,c3 | (2GB) | 100 | ||
| scgc-normal | 2w | c2,c3 | (2GB) | 100 | ||
| scgc-high | 2w | c2,c3 | (2GB) | 150 | ||
| scgc-long | 6w | c2,c3 | (2GB) | 100 | ||
| scgc-low | 8h | c1,c2,c3 | (2GB) | 10 | ||
| scgc-devel | 8h | c2,c3 | 8 | 8 (2GB) | 1 running | 300 |