From 42e05516943028494da0de391178b13e39ba6253 Mon Sep 17 00:00:00 2001 From: Haritha Siddabathuni Som <93623920+alcf-haritha@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:26:17 -0500 Subject: [PATCH 1/2] Update running-jobs-aurora.md --- docs/aurora/running-jobs-aurora.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/aurora/running-jobs-aurora.md b/docs/aurora/running-jobs-aurora.md index fab61b6898..416f85694b 100644 --- a/docs/aurora/running-jobs-aurora.md +++ b/docs/aurora/running-jobs-aurora.md @@ -9,9 +9,9 @@ There are four production queues you can target in your qsub (`-q `) |---------------|----------|----------|----------|----------|------------------------------------------------------------------------------------------------------| | debug | 1 | 2 | 5 min | 1 hr | 64 nodes (non-exclusive);
Max 1 job running/accruing/queued **per-user** | | debug-scaling | 2 | 31 | 5 min | 1 hr | Max 1 job running/accruing/queued **per-user** -| prod | 1 | 8498* | 5 min | 24 hrs | Routing queue for tiny, small, medium, and large queues;
**See table below for min/max limits**| -| prod-large | 1920 | 8498* | 5 min | 24 hrs | Routing queue for large jobs; -| legacy | 1 | 2126 | 5 min | 24 hrs | Legacy routing queue with old (prior to 10/13/25) AuroraSDK. Some projects have higher priority. +| prod | 1 | 8448* | 5 min | 24 hrs | Routing queue for tiny, small, medium, and large queues;
**See table below for min/max limits**| +| prod-large | 1920 | 8448* | 5 min | 24 hrs | Routing queue for large jobs; +| legacy | 1 | 2176 | 5 min | 24 hrs | Legacy routing queue with old (prior to 10/13/25) AuroraSDK. Some projects have higher priority. | visualization | 1 | 32 | 5 min | 8 hrs | ***By request only; non-exclusive nodes*** | @@ -22,11 +22,11 @@ There are four production queues you can target in your qsub (`-q `) | tiny | 1 | 512 | 5 min | 6 hrs | | | small | 513 | 1024 | 5 min | 12 hrs | | | medium | 1025 | 1919 | 5 min | 18 hrs | | -| large | 1920 | 8498* | 5 min | 24 hrs | theoretical max; stable max nodecount may vary +| large | 1920 | 8448* | 5 min | 24 hrs | theoretical max - stable max nodecount may vary; see [pbsnodes](/docs/running-jobs/index.md/#pbsnodes-get-information-about-the-current-state-of-nodes) and [pbs-tui](https://github.com/saforem2/pbs-tui) for current nodecount. | backfill-tiny | 1 | 512 | 5 min | 6 hrs | Low priority, negative project balance | | backfill-small | 513 | 1024 | 5 min | 12 hrs | Low priority, negative project balance | | backfill-medium | 1025 | 1919 | 5 min | 18 hrs | Low priority, negative project balance | -| backfill-large | 1920 | 8498* | 5 min | 24 hrs | Low priority, negative project balance; theoretical max; stable max nodecount may vary | +| backfill-large | 1920 | 8448* | 5 min | 24 hrs | Low priority, negative project balance; theoretical max- stable max nodecount may vary; see [pbsnodes](/docs/running-jobs/index.md/#pbsnodes-get-information-about-the-current-state-of-nodes) and [pbs-tui](https://github.com/saforem2/pbs-tui) for current nodecount. | !!! warning From 909cf64acc47872e53124d2be7e87f9b90c71efd Mon Sep 17 00:00:00 2001 From: Haritha Siddabathuni Som <93623920+alcf-haritha@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:32:16 -0500 Subject: [PATCH 2/2] Update running-jobs-aurora.md --- docs/aurora/running-jobs-aurora.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/aurora/running-jobs-aurora.md b/docs/aurora/running-jobs-aurora.md index 416f85694b..1ed3080305 100644 --- a/docs/aurora/running-jobs-aurora.md +++ b/docs/aurora/running-jobs-aurora.md @@ -22,11 +22,11 @@ There are four production queues you can target in your qsub (`-q `) | tiny | 1 | 512 | 5 min | 6 hrs | | | small | 513 | 1024 | 5 min | 12 hrs | | | medium | 1025 | 1919 | 5 min | 18 hrs | | -| large | 1920 | 8448* | 5 min | 24 hrs | theoretical max - stable max nodecount may vary; see [pbsnodes](/docs/running-jobs/index.md/#pbsnodes-get-information-about-the-current-state-of-nodes) and [pbs-tui](https://github.com/saforem2/pbs-tui) for current nodecount. +| large | 1920 | 8448* | 5 min | 24 hrs | theoretical max - stable max nodecount may vary; see [pbsnodes](../running-jobs/index.md/#pbsnodes-get-information-about-the-current-state-of-nodes) and [pbs-tui](https://github.com/saforem2/pbs-tui) for current nodecount. | backfill-tiny | 1 | 512 | 5 min | 6 hrs | Low priority, negative project balance | | backfill-small | 513 | 1024 | 5 min | 12 hrs | Low priority, negative project balance | | backfill-medium | 1025 | 1919 | 5 min | 18 hrs | Low priority, negative project balance | -| backfill-large | 1920 | 8448* | 5 min | 24 hrs | Low priority, negative project balance; theoretical max- stable max nodecount may vary; see [pbsnodes](/docs/running-jobs/index.md/#pbsnodes-get-information-about-the-current-state-of-nodes) and [pbs-tui](https://github.com/saforem2/pbs-tui) for current nodecount. | +| backfill-large | 1920 | 8448* | 5 min | 24 hrs | Low priority, negative project balance; theoretical max- stable max nodecount may vary; see [pbsnodes](../running-jobs/index.md/#pbsnodes-get-information-about-the-current-state-of-nodes) and [pbs-tui](https://github.com/saforem2/pbs-tui) for current nodecount. | !!! warning