From 71a24d6e74a6ddf754df96ae39f924b1d57715bb Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 2 Oct 2013 01:37:02 +0000 Subject: [PATCH] Add some debug This commit was SVN r29326. --- orte/mca/grpcomm/pmi/grpcomm_pmi_module.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orte/mca/grpcomm/pmi/grpcomm_pmi_module.c b/orte/mca/grpcomm/pmi/grpcomm_pmi_module.c index c05fc29608..5abbb9cccd 100644 --- a/orte/mca/grpcomm/pmi/grpcomm_pmi_module.c +++ b/orte/mca/grpcomm/pmi/grpcomm_pmi_module.c @@ -264,6 +264,11 @@ static int modex(orte_grpcomm_collective_t *coll) locality = OPAL_PROC_NON_LOCAL; } + OPAL_OUTPUT_VERBOSE((1, orte_grpcomm_base_framework.framework_output, + "%s grpcomm:pmi proc %s locality %s", + ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), + ORTE_NAME_PRINT(&name), opal_hwloc_base_print_locality(locality))); + if (ORTE_SUCCESS != (rc = opal_db.store((opal_identifier_t*)&name, OPAL_SCOPE_INTERNAL, OPAL_DB_LOCALITY, &locality, OPAL_HWLOC_LOCALITY_T))) { ORTE_ERROR_LOG(rc);