1
1

Ensure that the last few duplicates can be shown -- don't shut down

everything unitl those duplicates are shown

This commit was SVN r18460.
Этот коммит содержится в:
Jeff Squyres 2008-05-20 01:34:55 +00:00
родитель ea1582856f
Коммит c546d7bda9

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

@ -769,10 +769,6 @@ void orte_output_finalize(void)
return; return;
} }
orte_output_ready = false;
OBJ_DESTRUCT(&orte_output_default);
/* Shutdown show_help, showing final messages */ /* Shutdown show_help, showing final messages */
if (orte_process_info.hnp) { if (orte_process_info.hnp) {
show_accumulated_duplicates(0, 0, NULL); show_accumulated_duplicates(0, 0, NULL);
@ -782,8 +778,11 @@ void orte_output_finalize(void)
opal_evtimer_del(&show_help_timer_event); opal_evtimer_del(&show_help_timer_event);
} }
orte_output_ready = false;
/* if we are the HNP, cancel the recv */ /* if we are the HNP, cancel the recv */
if (orte_process_info.hnp) { if (orte_process_info.hnp) {
OBJ_DESTRUCT(&orte_output_default);
orte_rml.recv_cancel(ORTE_NAME_WILDCARD, ORTE_RML_TAG_OUTPUT); orte_rml.recv_cancel(ORTE_NAME_WILDCARD, ORTE_RML_TAG_OUTPUT);
/* close our output streams */ /* close our output streams */
opal_output_close(stdout_stream); opal_output_close(stdout_stream);