Skip to content

Commit d987433

Browse files
authored
Merge branch 'master' into anyhostname
2 parents 919f0b2 + 3466543 commit d987433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Role Variables
2020
* `cluster_name`: Optional. An override for the top-level definition `openhpc_cluster_name`.
2121
* `ram_mb`: Optional. The physical RAM available in each server of this group ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `RealMemory`).
2222

23-
For each group (if used) or partition there must be an ansible inventory group `<cluster_name>-<group_name>`. All nodes in this inventory group will be added to the group/partition. Nodes may have arbitrary hostnames but these should be lowercase to avoid a mismatch between inventory and actual hostname.
23+
For each group (if used) or partition there must be an ansible inventory group `<cluster_name>_<group_name>`. All nodes in this inventory group will be added to the group/partition. Nodes may have arbitrary hostnames but these should be lowercase to avoid a mismatch between inventory and actual hostname.
2424

2525
* `default`: Optional. A boolean flag for whether this partion is the default. Valid settings are `YES` and `NO`.
2626
* `maxtime`: Optional. A partition-specific time limit in hours, minutes and seconds ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `MaxTime`). The default value is

0 commit comments

Comments
 (0)