1
1

Ensure the progress message comes out right away. Otherwise, on a large system where proc state messages are arriving frequently, the message doesn't get printed until the launch is done!

This commit was SVN r26346.
Этот коммит содержится в:
Ralph Castain 2012-04-26 23:41:03 +00:00
родитель 2f98ef894a
Коммит 38af7db183

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

@ -159,7 +159,7 @@ static int init(void)
}
/* add callback to report progress, if requested */
if (ORTE_SUCCESS != (rc = orte_state.add_job_state(ORTE_JOB_STATE_REPORT_PROGRESS,
report_progress, ORTE_INFO_PRI))) {
report_progress, ORTE_ERROR_PRI))) {
ORTE_ERROR_LOG(rc);
}
if (5 < opal_output_get_verbosity(orte_state_base_output)) {