Skip to content

Commit d2a4bf5

Browse files
authored
Merge pull request #3777 from rhc54/cmr30/signal
Need to signal -pgrp to get to all members of a process group.
2 parents bb5c7a3 + 0f234a5 commit d2a4bf5

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)