1
1

Set the orte_event_base to the opal_event_base in ompi_info - we aren't doing anything with progress threads anyway

This commit was SVN r27488.
Этот коммит содержится в:
Ralph Castain 2012-10-25 22:36:08 +00:00
родитель df642f1508
Коммит 35e5e5b512

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

@ -117,6 +117,10 @@ int orte_info_register_components(opal_pointer_array_t *mca_types,
* open components
*/
orte_process_info.proc_type = ORTE_PROC_HNP;
/* set the event base to be the opal event base as we
* aren't attempting to do anything with progress threads here
*/
orte_event_base = opal_event_base;
/* Register the ORTE layer's MCA parameters */