1
1

Ensure that we turn off stdin read event when ctrl-c terminating a program

This commit was SVN r20654.
Этот коммит содержится в:
Ralph Castain 2009-02-27 15:01:28 +00:00
родитель dfb95c0cd7
Коммит 7e5dc8f2be

Просмотреть файл

@ -1232,6 +1232,8 @@ static void abort_signal_callback(int fd, short flags, void *arg)
* use the standard xcast for terminating orteds
*/
orte_abnormal_term_ordered = true;
/* ensure that the forwarding of stdin stops */
orte_job_term_ordered = true;
/* We are in an event handler; the job completed procedure
will delete the signal handler that is currently running