1
1
Fixes #2691

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
Ralph Castain 2017-01-15 07:48:31 -08:00
родитель d9b30e429f
Коммит 6b34cc67d6

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

@ -305,7 +305,7 @@ int orte_iof_base_setup_output_files(const orte_process_name_t* dst_name,
}
/* define a sink to that file descriptor */
ORTE_IOF_SINK_DEFINE(&proct->revstdout->sink, dst_name,
proct->revstdout->fd, ORTE_IOF_STDOUT,
fdout, ORTE_IOF_STDOUT,
orte_iof_base_write_handler);
}
@ -329,7 +329,7 @@ int orte_iof_base_setup_output_files(const orte_process_name_t* dst_name,
}
/* define a sink to that file descriptor */
ORTE_IOF_SINK_DEFINE(&proct->revstderr->sink, dst_name,
proct->revstderr->fd, ORTE_IOF_STDERR,
fdout, ORTE_IOF_STDERR,
orte_iof_base_write_handler);
}
}