Commit df990efc authored by Morris Jette's avatar Morris Jette
Browse files

Avoid hangs in slurmstped due to blocking IO to pty

When pty terminal emulation is used (srun --pty), the user's pseudo
terminal has the potential to cause IO to block. Therefore, the code
must avoid connecting slurmstepd's STDERR_FILENO to user pty to avoid
a potential slurmstepd hang.
Patch from Chris Morrone, LLNL.
parent ac1ee331
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