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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,16 +83,17 @@ unique set of homogenous nodes:
83
83
`openhpc_partitions`: Optional, default `[]`. List of mappings, each defining a
84
84
partition. Each partition mapping may contain:
85
85
*`name`: Required. Name of partition.
86
-
*`groups`: Optional. List of nodegroup names. If omitted, the partition name
87
-
is assumed to match a nodegroup name.
86
+
*`groups`: Optional. List of node group names. If omitted, the node group
87
+
with the same name as the partition is used.
88
88
*`default`: Optional. A boolean flag for whether this partion is the default. Valid settings are `YES` and `NO`.
89
-
*`maxtime`: Optional. A partition-specific time limit following the format of [slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `MaxTime`. The default value is
90
-
given by `openhpc_job_maxtime`. The value should be quoted to avoid Ansible conversions.
89
+
*`maxtime`: Optional. A partition-specific time limit overriding `openhpc_job_maxtime`.
91
90
*`partition_params`: Optional. Mapping of additional parameters and values for
**NB:** Parameters which can be set via the keys above must not be included here.
94
93
95
-
`openhpc_job_maxtime`: Maximum job time limit, default `'60-0'` (60 days). See [slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `MaxTime` for format. The default is 60 days. The value should be quoted to avoid Ansible conversions.
94
+
`openhpc_job_maxtime`: Maximum job time limit, default `'60-0'` (60 days), see
0 commit comments