1
1

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.
Этот коммит содержится в:
Josh Hursey 2011-02-08 20:42:32 +00:00
родитель 92e06b0a1f
Коммит a9335ea423

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

@ -60,7 +60,7 @@ orte_errmgr_base_module_t orte_errmgr = {
NULL, /* finalize */ NULL, /* finalize */
orte_errmgr_base_log, orte_errmgr_base_log,
orte_errmgr_base_abort, orte_errmgr_base_abort,
NULL, /* update_state */ orte_errmgr_base_update_state,
NULL, /* predicted_fault */ NULL, /* predicted_fault */
NULL, /* suggest_map_targets */ NULL, /* suggest_map_targets */
NULL /* ft_event */ NULL /* ft_event */