Skip to content
Snippets Groups Projects
Commit 4d17300c authored by Morris Jette's avatar Morris Jette
Browse files

Eliminate warning message when srun --pty option used

parent e032f60e
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,8 @@ exec_task(slurmd_job_t *job, int i)
}
}
io_dup_stdio(task);
if (!job->pty)
io_dup_stdio(task);
/* task-specific pre-launch activities */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment