From e25215e0c06e08588ff20f6312a36f2365391518 Mon Sep 17 00:00:00 2001 From: Steve Brasier <33413598+sjpb@users.noreply.github.com> Date: Sun, 10 May 2020 14:43:20 +0100 Subject: [PATCH 1/2] Fix typo in README and and note for clarity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e02d36..69fb15e0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Role Variables * `num_nodes`: Nodes within the group are assumed to number `0:num_nodes-1`. * `ram_mb`: Optional. The physical RAM available in each server of this group ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `RealMemory`). - 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}`. + 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 "-". * `default`: Optional. A boolean flag for whether this partion is the default. Valid settings are `YES` and `NO`. * `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 From 2d713ab0f88635d8854ddb11a4df979f1a1b212a Mon Sep 17 00:00:00 2001 From: Steve Brasier <33413598+sjpb@users.noreply.github.com> Date: Sun, 10 May 2020 14:51:33 +0100 Subject: [PATCH 2/2] Add missing full-stop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69fb15e0..8d8bca1b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Role Variables * `num_nodes`: Nodes within the group are assumed to number `0:num_nodes-1`. * `ram_mb`: Optional. The physical RAM available in each server of this group ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `RealMemory`). - 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 "-". + 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 "-". * `default`: Optional. A boolean flag for whether this partion is the default. Valid settings are `YES` and `NO`. * `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