Skip to content

Commit ae50dcb

Browse files
authored
Merge pull request #14 from stackhpc/fix-readme-example
Fix readme example
2 parents 09bfdb0 + 98fb9d2 commit ae50dcb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

9396
To drain nodes, for example, before scaling down the cluster to 6 nodes:
9497

0 commit comments

Comments
 (0)