1
1

Use the opal_show_help system if orte_show_help has not been initialized

This fixes ticket #1342

This commit was SVN r18644.
Этот коммит содержится в:
Ralph Castain 2008-06-11 12:50:40 +00:00
родитель f9d809748c
Коммит d61fe87d04

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

@ -115,9 +115,6 @@ static bool show_help_timer_set = false;
static opal_event_t show_help_timer_event;
static bool ready;
/* Local static variables */
static bool suppress_warnings = false;
static void tuple_list_item_constructor(tuple_list_item_t *obj)
{
obj->tli_filename = NULL;
@ -418,9 +415,7 @@ int orte_show_help(const char *filename, const char *topic,
* Ensure we suppress the opal_output warnings for this case, then
* re-enable them when we are done
*/
suppress_warnings = true;
rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME);
suppress_warnings = false;
opal_output(0, output);
goto CLEANUP;
}