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

slurmstepd: Add abstraction for fork-and-wait

Abstract the code in slurmstepd fork_all_tasks that allows the parent
to signal children before they call exec into an "exec_wait_info"
interface. This will allow the code to be easily reused in other
parts of slurmstepd (e.g. task epilog) without cut-and-paste of code.
parent 272e3390
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