1
1

Fully initialize the orte_errmgr_base_component_t structure for the app.

This commit was SVN r24765.
Этот коммит содержится в:
Josh Hursey 2011-06-09 14:22:25 +00:00
родитель 20339a7900
Коммит 9080eaedf3

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

@ -53,7 +53,13 @@ orte_errmgr_base_component_t mca_errmgr_app_component =
{
/* The component is checkpoint ready */
MCA_BASE_METADATA_PARAM_CHECKPOINT
}
},
/* Verbosity level */
0,
/* opal_output handler */
-1,
/* Default priority */
10
};
static int errmgr_app_open(void)