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.
2 parents 7a35571 + 3f90a34 commit b395b69Copy full SHA for b395b69
environments/vtest/inventory/group_vars/all/openhpc.yml
@@ -0,0 +1,19 @@
1
+
2
+penhpc_config_files:
3
+ # gres.conf from role defaults:
4
+ - template:
5
+ dest: /etc/slurm/gres.conf
6
+ src: "{{ openhpc_gres_template }}"
7
+ mode: "0600"
8
+ owner: slurm
9
+ group: slurm
10
+ enable: control
11
12
+ # cgroups.conf - appears to be required even with NO cgroup plugins:
13
14
+ dest: /etc/slurm/cgroup.conf
15
+ src: "{{ appliances_environment_root }}/cgroup.conf.j2"
16
+ mode: "0644" # perms/ownership based off src from ohpc package
17
+ owner: root
18
+ group: root
19
0 commit comments