Skip to content

Commit 69e25ac

Browse files
committed
minor merge diff fixes
1 parent 8412606 commit 69e25ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# stackhpc.openhpc
44

5-
This Ansible role installs packages and performs configuration to provide a Slurm cluster. By default this uses packages from [OpenHPC v2.x](https://openhpc.community/) but it is also possible to use alternative Slurm binaries and packages.
5+
This Ansible role installs packages and performs configuration to provide a Slurm cluster. By default this uses packages from [OpenHPC](https://openhpc.community/) but it is also possible to use alternative Slurm binaries and packages.
66

77
As a role it must be used from a playbook, for which a simple example is given below. This approach means it is totally modular with no assumptions about available networks or any cluster features except for some hostname conventions. Any desired cluster fileystem or other required functionality may be freely integrated using additional Ansible roles or other approaches.
88

@@ -30,7 +30,7 @@ Variables only relevant for `install-ohpc.yml` or `install-generic.yml` task fil
3030

3131
`openhpc_slurm_control_host_address`: Optional string. IP address or name to use for the `openhpc_slurm_control_host`, e.g. to use a different interface than is resolved from `openhpc_slurm_control_host`.
3232

33-
`openhpc_packages`: additional OpenHPC packages to install (`install-ohpc.yml` only).
33+
`openhpc_packages`: Optional list. Additional OpenHPC packages to install (`install-ohpc.yml` only).
3434

3535
`openhpc_enable`:
3636
* `control`: whether to enable control host

templates/slurm.conf.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#
1111
ClusterName={{ openhpc_cluster_name }}
1212
SlurmctldHost={{ openhpc_slurm_control_host }}{% if openhpc_slurm_control_host_address is defined %}({{ openhpc_slurm_control_host_address }}){% endif %}
13-
1413
#SlurmctldHost=
1514
#
1615
#DisableRootJobs=NO

0 commit comments

Comments
 (0)