Skip to content
Snippets Groups Projects
Commit d5b3731e authored by Mark Grondona's avatar Mark Grondona
Browse files

o Also block EPIPE in srun (gnats:285)

parent 531f48f2
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
*/
static int srun_sigarray[] = {
SIGINT, SIGQUIT, SIGTSTP, SIGCONT,
SIGALRM, SIGUSR1, SIGUSR2, 0
SIGALRM, SIGUSR1, SIGUSR2, SIGPIPE, 0
};
/* number of active threads */
......
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