Fully initialize the orte_errmgr_base_component_t structure for the app.
This commit was SVN r24765.
Этот коммит содержится в:
родитель
20339a7900
Коммит
9080eaedf3
@ -53,7 +53,13 @@ orte_errmgr_base_component_t mca_errmgr_app_component =
|
|||||||
{
|
{
|
||||||
/* The component is checkpoint ready */
|
/* The component is checkpoint ready */
|
||||||
MCA_BASE_METADATA_PARAM_CHECKPOINT
|
MCA_BASE_METADATA_PARAM_CHECKPOINT
|
||||||
}
|
},
|
||||||
|
/* Verbosity level */
|
||||||
|
0,
|
||||||
|
/* opal_output handler */
|
||||||
|
-1,
|
||||||
|
/* Default priority */
|
||||||
|
10
|
||||||
};
|
};
|
||||||
|
|
||||||
static int errmgr_app_open(void)
|
static int errmgr_app_open(void)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user