From 35e5e5b5126af2bb7319cc93a44ee21d2768fd2d Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 25 Oct 2012 22:36:08 +0000 Subject: [PATCH] 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. --- orte/runtime/orte_info_support.c | 4 ++++ 1 file changed, 4 insertions(+) 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 */