Skip to content

Commit cefcf7d

Browse files
author
Ralph Castain
authored
Merge pull request #3773 from rhc54/topic/term
Need to signal -pgrp to get to all members of a process group.
2 parents 022c658 + c6c0258 commit cefcf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/odls/default/odls_default_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ static int odls_default_kill_local(pid_t pid, int signum)
181181
* child processes our child may have
182182
* started
183183
*/
184-
pid = pgrp;
184+
pid = -pgrp;
185185
}
186186
#endif
187187

0 commit comments

Comments
 (0)