CM daemons handle their own output
This commit was SVN r24407.
Этот коммит содержится в:
родитель
65ba6af44d
Коммит
9b48c07599
@ -203,7 +203,8 @@ int orte_iof_base_open(void)
|
||||
}
|
||||
|
||||
/* daemons do not need to do this as they do not write out stdout/err */
|
||||
if (!ORTE_PROC_IS_DAEMON) {
|
||||
if (!ORTE_PROC_IS_DAEMON ||
|
||||
(ORTE_PROC_IS_DAEMON && ORTE_PROC_IS_CM)) {
|
||||
if (orte_xml_output) {
|
||||
if (NULL != orte_xml_fp) {
|
||||
/* user wants all xml-formatted output sent to file */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user