Skip to content

Commit 92e9d24

Browse files
committed
update README for no partitions
1 parent 93b3583 commit 92e9d24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ package in the image.
4141

4242
### slurm.conf
4343

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:
4545
* `groups`: If there are multiple node groups that make up the partition, a list of group objects can be defined here.
4646
Otherwise, `groups` can be omitted and the following attributes can be defined in the partition object:
4747
* `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 `<
5959
- Nodes in a group are assumed to be homogenous in terms of processor and memory.
6060
- 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).
6161
- 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`.
6362

6463
`openhpc_job_maxtime`: A maximum time job limit in hours, minutes and seconds. The default is `24:00:00`.
6564

0 commit comments

Comments
 (0)