Skip to content

Commit 14dc739

Browse files
authored
restrict node resources (#388)
1 parent 8a9b6a3 commit 14dc739

File tree

1 file changed

+1
-0
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+1
-0
lines changed

environments/common/inventory/group_vars/all/openhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ openhpc_login_only_nodes: login
3434
openhpc_config_default:
3535
SlurmctldParameters:
3636
- enable_configless
37+
TaskPlugin: task/cgroup,task/affinity
3738
openhpc_config_extra: {}
3839
openhpc_config: "{{ openhpc_config_default | combine(openhpc_config_extra, list_merge='append') }}"
3940
openhpc_state_save_location: "{{ appliances_state_dir + '/slurmctld' if appliances_state_dir is defined else '/var/spool' }}"

0 commit comments

Comments
 (0)