Only output when the user request it.
This commit was SVN r15067.
Этот коммит содержится в:
родитель
13a693faa0
Коммит
8dfa06a617
@ -795,7 +795,7 @@ int orte_pls_process_launch(orte_jobid_t jobid)
|
|||||||
ORTE_ERROR_LOG(rc);
|
ORTE_ERROR_LOG(rc);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
opal_output(0, "pls:process: execv %s hopefully started (pid %d)\n", exec_path, pid);
|
opal_output(orte_pls_base.pls_output, "pls:process: execv %s hopefully started (pid %d)\n", exec_path, pid);
|
||||||
|
|
||||||
OPAL_THREAD_LOCK(&mca_pls_process_component.lock);
|
OPAL_THREAD_LOCK(&mca_pls_process_component.lock);
|
||||||
/* This situation can lead to a deadlock if '--debug-daemons' is set.
|
/* This situation can lead to a deadlock if '--debug-daemons' is set.
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user