Skip to content

Commit

Permalink
Comment out NERC reservation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aturner-epcc committed Aug 26, 2024
1 parent bbbe83f commit 5803006
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/user-guide/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -2289,9 +2289,10 @@ Your request will be checked by the ARCHER2 User Administration team and, if app
The next Capability Days session will be from Tue 24 Sep 2024 to Thu 26 Sep 2024.

- `pre-capabilityday` QoS: 0800-2000, Tue 24 Sep 2024
- `NERCcapability` reservation: 0800-1600, Tue 24 Sep 2024
- `capabilityday` QoS: 2000 Tue 24 Sep - 1400 Thu 26 Sep 2024

<!-- - `NERCcapability` reservation: 0800-1600, Tue 24 Sep 2024 -->

ARCHER2 Capability Days are a mechanism to allow users to run large scale (512 node or more) tests
on the system free of charge. The motivations behind Capability Days are:

Expand All @@ -2302,10 +2303,10 @@ on the system free of charge. The motivations behind Capability Days are:
To enable this, a period will be made available regularly where users can run jobs at large scale free of
charge.

Capability Days are made up of three parts:
Capability Days are made up of different parts:

- pre-Capability Day session (`pre-capabilityday` QoS) to allow users to test scaling and job setup ahead of full Capability Day
- NERC Capability reservation (`NERCcapability` reservation) to allow NERC users to test at large scale
<!-- - NERC Capability reservation (`NERCcapability` reservation) to allow NERC users to test at large scale -->
- Capability Day session (`capabilityday` QoS)

!!! tip
Expand Down Expand Up @@ -2357,6 +2358,8 @@ srun --hint=multithread --distribution=block:block xthi > placement-${SLURM_JOBI
srun --hint=multithread --distribution=block:block my_app.x
```

<!--
### NERC Capability reservation
The NERC Capability reservation is typically available directly before the full Capability Day session and allows
Expand All @@ -2377,6 +2380,7 @@ reservatoin starts.
- High memory nodes are not available
- Jobs are free
<!--
#### Example NERC Capability reservation job submission script
```slurm
Expand All @@ -2401,6 +2405,7 @@ srun --hint=multithread --distribution=block:block xthi > placement-${SLURM_JOBI
srun --hint=multithread --distribution=block:block my_app.x
```
-->

### Capability Day session

Expand Down

0 comments on commit 5803006

Please sign in to comment.