File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ unique set of homogenous nodes:
80
80
This is used to set ` Sockets ` , ` CoresPerSocket ` , ` ThreadsPerCore ` and
81
81
optionally ` RealMemory ` for the nodegroup.
82
82
83
- ` openhpc_partitions ` : Optional, default ` [] ` . List of mappings, each defining a
83
+ ` openhpc_partitions ` : Optional. List of mappings, each defining a
84
84
partition. Each partition mapping may contain:
85
85
* ` name ` : Required. Name of partition.
86
86
* ` groups ` : Optional. List of node group names. If omitted, the node group
@@ -91,6 +91,9 @@ partition. Each partition mapping may contain:
91
91
[ partition configuration] ( https://slurm.schedmd.com/slurm.conf.html#SECTION_PARTITION-CONFIGURATION ) .
92
92
** NB:** Parameters which can be set via the keys above must not be included here.
93
93
94
+ If this variable is not set one partition per nodegroup is created, with default
95
+ partition configuration for each.
96
+
94
97
` openhpc_job_maxtime ` : Maximum job time limit, default ` '60-0' ` (60 days), see
95
98
[ slurm.conf: MaxTime ] ( https://slurm.schedmd.com/slurm.conf.html#OPT_MaxTime ) .
96
99
** NB:** This should be quoted to avoid Ansible conversions.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ openhpc_slurm_service_started: "{{ openhpc_slurm_service_enabled }}"
4
4
openhpc_slurm_service :
5
5
openhpc_slurm_control_host : " {{ inventory_hostname }}"
6
6
# openhpc_slurm_control_host_address:
7
- openhpc_partitions : []
7
+ openhpc_partitions : " {{ openhpc_nodegroups }} "
8
8
openhpc_nodegroups : []
9
9
openhpc_cluster_name :
10
10
openhpc_packages :
You can’t perform that action at this time.
0 commit comments