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 93f8edb commit f9876d6Copy full SHA for f9876d6
tasks/runtime.yml
@@ -132,6 +132,14 @@
132
register: ohpc_gres_conf
133
# NB uses restart rather than reload as this is needed in some cases
134
135
+- name: 'FIXME: Create cgroup.conf'
136
+ # appears to be required even with NO cgroup plugins: https://slurm.schedmd.com/cgroups.html#cgroup_design
137
+ copy:
138
+ remote_src: yes
139
+ src: /etc/slurm/cgroup.conf.example
140
+ dest: /etc/slurm/cgroup.conf
141
+ when: openhpc_enable.control | default(false) or not openhpc_slurm_configless
142
+
143
- name: Remove local tempfile for slurm.conf templating
144
ansible.builtin.file:
145
path: "{{ _slurm_conf_tmpfile.path }}"
0 commit comments