We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d3996 commit 5041092Copy full SHA for 5041092
tasks/runtime.yml
@@ -103,6 +103,20 @@
103
register: ohpc_cgroup_conf
104
# NB uses restart rather than reload as this is needed in some cases
105
106
+- name: Template mpi.conf
107
+ template:
108
+ src: "{{ openhpc_mpi_template }}"
109
+ dest: "{{ openhpc_slurm_conf_path | dirname }}/mpi.conf"
110
+ owner: root
111
+ group: root
112
+ mode: "0644"
113
+ when:
114
+ - openhpc_enable.control | default(false)
115
+ - openhpc_mpi_conf | length > 0
116
+ notify:
117
+ - Restart slurmctld service
118
+ register: ohpc_mpi_conf
119
+
120
# Workaround for https://bugs.rockylinux.org/view.php?id=10165
121
- name: Fix permissions on /etc for Munge service
122
ansible.builtin.file:
0 commit comments