Skip to content

Commit 0f234a5

Browse files
author
Ralph Castain
committed
Need to signal -pgrp to get to all members of a process group.
Thanks to Ted Sussman for the report and patience in tracking it down Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit c6c0258)
1 parent 1cd6b4d commit 0f234a5

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)