Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove reference to parallel partition on swift #722

Merged
merged 1 commit into from
Jan 7, 2025
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
1 change: 0 additions & 1 deletion docs/Documentation/Systems/Swift/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ The most up to date list of partitions can always be found by running the `sinfo
| long | jobs up to ten days of walltime |
| standard | jobs up to two days of walltime |
| gpu | Nodes with four NVIDIA A100 40 GB Computational Accelerators, up to two days of walltime |
| parallel | optimized for large parallel jobs, up to two days of walltime |
| debug | two nodes reserved for short tests, up to four hours of walltime |

Each partition also has a matching `-standby` partition. Allocations which have consumed all awarded AUs for the year may only submit jobs to these partitions, and their default QoS will be set to `standby`. Jobs in standby partitions will be scheduled when there are otherwise idle cycles and no other non-standby jobs are available. Jobs that run in the standby queue will not be charged any AUs.
Expand Down