Skip to content

Commit

Permalink
enhancement(slurmctld): SignalChildrenProcesses
Browse files Browse the repository at this point in the history
Slurm process tracking is currently not configured to kill child
processes of a job. By default, set SignalChildrenProcesses=yes in
cgroup.conf to enable this functionality.
  • Loading branch information
jamesbeedy committed Nov 24, 2024
1 parent 2ffe505 commit b3b2679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charms/slurmctld/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ config:
ConstrainDevices=yes
ConstrainRAMSpace=yes
ConstrainSwapSpace=yes
SignalChildrenProcesses=yes
description: |
User supplied configuration for `cgroup.conf`.
Expand Down

0 comments on commit b3b2679

Please sign in to comment.