Skip to content

Commit 3466543

Browse files
authored
Merge pull request #30 from stackhpc/groupname
Fix typo in README and note for clarity.
2 parents c5b053c + 2d713ab commit 3466543

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
@@ -21,7 +21,7 @@ Role Variables
2121
* `num_nodes`: Nodes within the group are assumed to number `0:num_nodes-1`.
2222
* `ram_mb`: Optional. The physical RAM available in each server of this group ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `RealMemory`).
2323

24-
For each group (if used) or partition there must be an ansible inventory group `cluster_name-group_name`. The compute nodes in this group must have hostnames in the form `cluster_name-group_name-{0..num_nodes-1}`.
24+
For each group (if used) or partition there must be an ansible inventory group `{cluster_name}_{group_name}`. The compute nodes in this group must have hostnames in the form `{cluster_name}-{group_name}-{0..num_nodes-1}`. Note the inventory group uses "_" and the instances use "-".
2525

2626
* `default`: Optional. A boolean flag for whether this partion is the default. Valid settings are `YES` and `NO`.
2727
* `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)