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 8a9b6a3 commit 14dc739Copy full SHA for 14dc739
environments/common/inventory/group_vars/all/openhpc.yml
@@ -34,6 +34,7 @@ openhpc_login_only_nodes: login
34
openhpc_config_default:
35
SlurmctldParameters:
36
- enable_configless
37
+ TaskPlugin: task/cgroup,task/affinity
38
openhpc_config_extra: {}
39
openhpc_config: "{{ openhpc_config_default | combine(openhpc_config_extra, list_merge='append') }}"
40
openhpc_state_save_location: "{{ appliances_state_dir + '/slurmctld' if appliances_state_dir is defined else '/var/spool' }}"
0 commit comments