Skip to content

Commit 4e76319

Browse files
authored
Merge pull request #762 from stackhpc/fix/slurm-conf-cgroup
slurm.conf common env updated
2 parents 98ed51b + 996df15 commit 4e76319

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ openhpc_config_extra: {}
5454
# additional default slurm.conf parameters for the appliance:
5555
openhpc_config_default:
5656
TaskPlugin: task/cgroup,task/affinity
57-
ReturnToService: 2 # workaround for templating bug TODO: Remove once on stackhpc.openhpc v1.2.0
57+
ProctrackType: proctrack/cgroup
58+
JobAcctGatherType: jobacct_gather/cgroup
5859

5960
# additional default slurm.conf parameters when "rebuild" enabled:
6061
openhpc_config_rebuild:

0 commit comments

Comments
 (0)