Make sure to initialize the 'update_state' function for the default module.
This will prevent tools from segfaulting if the mpirun process goes away suddenly while they are trying to communicate with it over the OOB. This commit was SVN r24365.
Этот коммит содержится в:
родитель
92e06b0a1f
Коммит
a9335ea423
@ -60,7 +60,7 @@ orte_errmgr_base_module_t orte_errmgr = {
|
||||
NULL, /* finalize */
|
||||
orte_errmgr_base_log,
|
||||
orte_errmgr_base_abort,
|
||||
NULL, /* update_state */
|
||||
orte_errmgr_base_update_state,
|
||||
NULL, /* predicted_fault */
|
||||
NULL, /* suggest_map_targets */
|
||||
NULL /* ft_event */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user