Skip to content

Commit a7be37b

Browse files
Bristen v0.1 (#82)
* added initial lammps docs. * update to codeowners * added bristen docs * changed firecrest ref to v2 * small update for debug partition
1 parent c001790 commit a7be37b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/clusters/bristen.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ There is currently a single slurm partition on the system:
5353
* the `normal` partition is for all production workloads.
5454
+ nodes in this partition are not shared.
5555

56+
| name | nodes | max nodes per job | time limit |
57+
| -- | -- | -- | -- |
58+
| `normal` | 32 | - | 24 hours |
59+
5660
<!--
5761
See the SLURM documentation for instructions on how to run jobs on the [Grace-Hopper nodes][ref-slurm-gh200].
5862

docs/clusters/clariden.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ There are two slurm partitions on the system:
7373

7474
| name | nodes | max nodes per job | time limit |
7575
| -- | -- | -- | -- |
76-
| `normal` | 1266 | - | 24 hours |
77-
| `debug` | 32 | 2 | 30 minutes |
76+
| `normal` | 1204 | - | 24 hours |
77+
| `debug` | 24 | 2 | 1.5 node-hours |
7878
| `xfer` | 2 | 1 | 24 hours |
7979

8080
* nodes in the `normal` and `debug` partitions are not shared
8181
* nodes in the `xfer` partition can be shared
82+
* nodes in the `debug` queue have a 1.5 node-hour time limit. This means you could request 2 nodes for 45 minutes each, or 1 single node for the full time limit.
8283

8384
See the SLURM documentation for instructions on how to run jobs on the [Grace-Hopper nodes][ref-slurm-gh200].
8485

0 commit comments

Comments
 (0)