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: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ package in the image.
41
41
42
42
### slurm.conf
43
43
44
-
`openhpc_slurm_partitions`: list of one or more slurm partitions. Each partition may contain the following values:
44
+
`openhpc_slurm_partitions`: Optional. List of one or more slurm partitions, default `[]`. Each partition may contain the following values:
45
45
*`groups`: If there are multiple node groups that make up the partition, a list of group objects can be defined here.
46
46
Otherwise, `groups` can be omitted and the following attributes can be defined in the partition object:
47
47
*`name`: The name of the nodes within this group.
@@ -59,7 +59,6 @@ For each group (if used) or partition any nodes in an ansible inventory group `<
59
59
- Nodes in a group are assumed to be homogenous in terms of processor and memory.
60
60
- An inventory group may be empty or missing, but if it is not then the play must contain at least one node from it (used to set processor information).
61
61
- Nodes may not appear in more than one group.
62
-
- At least one partition must be defined, but this done not need to contain any inventory nodes or `extra_nodes`.
63
62
64
63
`openhpc_job_maxtime`: A maximum time job limit in hours, minutes and seconds. The default is `24:00:00`.
0 commit comments