File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ To deploy, create a playbook which looks like this:
77
77
batch: "{{ inventory_hostname in groups['cluster_batch'] }}"
78
78
runtime: true
79
79
openhpc_slurm_service_enabled: true
80
- openhpc_slurm_service: slurmd
81
80
openhpc_slurm_control_host: "{{ groups['cluster_control'] | first }}"
82
81
openhpc_slurm_partitions:
83
82
- name: "compute"
@@ -89,6 +88,10 @@ To deploy, create a playbook which looks like this:
89
88
openhpc_packages: []
90
89
...
91
90
91
+ Note that the "compute" of the openhpc_slurm_partition name and the
92
+ openhpc_cluster_name are used to generate the compute node in the
93
+ slurm config of openhpc-compute-[ 0:7] . Your inventory entries
94
+ for that partition must match that convention.
92
95
93
96
To drain nodes, for example, before scaling down the cluster to 6 nodes:
94
97
You can’t perform that action at this time.
0 commit comments