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:
7777 batch: "{{ inventory_hostname in groups['cluster_batch'] }}"
7878 runtime: true
7979 openhpc_slurm_service_enabled: true
80- openhpc_slurm_service: slurmd
8180 openhpc_slurm_control_host: "{{ groups['cluster_control'] | first }}"
8281 openhpc_slurm_partitions:
8382 - name: "compute"
@@ -89,6 +88,10 @@ To deploy, create a playbook which looks like this:
8988 openhpc_packages: []
9089 ...
9190
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.
9295
9396To drain nodes, for example, before scaling down the cluster to 6 nodes:
9497
You can’t perform that action at this time.
0 commit comments