1
1

Only output when the user request it.

This commit was SVN r15067.
Этот коммит содержится в:
George Bosilca 2007-06-14 04:33:18 +00:00
родитель 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.