Skip to content

Commit

Permalink
Add cgroup.conf file only in ver 22 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 25, 2023
1 parent 2859f88 commit b83d0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/wn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

- name: copy cgroup.conf file from the frontend
copy: src={{ SLURM_CONF_DIR }}/cgroup.conf dest={{ SLURM_CONF_DIR }}/cgroup.conf force=yes
when: "slurm_version is version('22.0.0', '>=')"

- name: copy gres.conf file from the frontend
copy: src={{ SLURM_CONF_DIR }}/gres.conf dest={{ SLURM_CONF_DIR }}/gres.conf force=yes
Expand Down

0 comments on commit b83d0b5

Please sign in to comment.