You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/clusters/clariden.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,12 +73,13 @@ There are two slurm partitions on the system:
73
73
74
74
| name | nodes | max nodes per job | time limit |
75
75
| -- | -- | -- | -- |
76
-
|`normal`|1266| - | 24 hours |
77
-
|`debug`|32| 2 |30 minutes|
76
+
|`normal`|1204| - | 24 hours |
77
+
|`debug`|24| 2 |1.5 node-hours|
78
78
|`xfer`| 2 | 1 | 24 hours |
79
79
80
80
* nodes in the `normal` and `debug` partitions are not shared
81
81
* 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.
82
83
83
84
See the SLURM documentation for instructions on how to run jobs on the [Grace-Hopper nodes][ref-slurm-gh200].
0 commit comments