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

slurmstepd: move tty setup into fork_all_tasks

tty setup needs to occur before child tasks block waiting from signal
to the parent, so move this code out of exec_task() into fork_all_tasks()
so that the wait-for-signal-from-parent code can also later move out
of exec_task().
parent b3977c02
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