diff --git a/orte/runtime/orte_info_support.c b/orte/runtime/orte_info_support.c index e7c2d0dfbc..9b8a37ffc2 100644 --- a/orte/runtime/orte_info_support.c +++ b/orte/runtime/orte_info_support.c @@ -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 */