Skip to content

Commit

Permalink
Merge pull request #612 from clairbarrass/main
Browse files Browse the repository at this point in the history
Substitue "available" for "runs" for capability qos
  • Loading branch information
clairbarrass authored May 31, 2024
2 parents dd2a6b9 + f0c54b9 commit c7da6f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user-guide/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -2301,15 +2301,15 @@ Capability Days are made up of two parts:

### pre-Capability Day session

The pre-Capability Day session typically runs directly before the full Capability Day session and allows
The pre-Capability Day session is typically available directly before the full Capability Day session and allows
short test jobs to prepare for Capability Day.

Submit to the `pre-capabilityday` QoS. Jobs can be submitted ahead of time and will start when the pre-Capability Day
session starts.

`pre-capabilityday` QoS limits:

- Runs for 12 hours
- Available for 12 hours
- 1024 nodes available
- Minimum job size: 256 nodes, maximum job size: 1024 nodes
- Individual jobs steps (i.e. `srun` commands) within job scripts should also be a minimum of 256 nodes
Expand Down Expand Up @@ -2347,14 +2347,14 @@ srun --hint=multithread --distribution=block:block my_app.x

### Capability Day session

The Capability Day session typically runs directly after the pre-Capability Day session.
The Capability Day session is typically available directly after the pre-Capability Day session.

Submit to the `capability` QoS. Jobs can be submitted ahead of time and will start when the Capability Day
session starts.

`capabilityday` QoS limits:

- Runs for 42 hours
- Available for 42 hours
- 4096 nodes available
- Minimum job size: 512 nodes, maximum job size: 4096 nodes
- Individual jobs steps (i.e. `srun` commands) within job scripts should also be a minimum of 512 nodes
Expand Down

0 comments on commit c7da6f6

Please sign in to comment.