Commit 591d8934 authored by Mark A. Grondona's avatar Mark A. Grondona
Browse files

slurmstepd: Move wait-for-parent code into fork_all_tasks

Move the code that waits for parent signal before exec(2) out of
exec_task() and into fork_all_tasks() directly. This makes all
the code that handles the fork-and-wait into slurmstepd/mgr.c,
and allows the exec_wait_child_wait_for_parent() function to
be used in place of explicit read().
parent b33cd7c8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment