From 2e8946db0ac51a386c8c71fa3f92061d32319030 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 23 Apr 2013 23:11:22 +0000 Subject: [PATCH] Add some debug output This commit was SVN r28371. --- orte/mca/grpcomm/base/grpcomm_base_xcast.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orte/mca/grpcomm/base/grpcomm_base_xcast.c b/orte/mca/grpcomm/base/grpcomm_base_xcast.c index 58e74d6217..0b16c6e5b7 100644 --- a/orte/mca/grpcomm/base/grpcomm_base_xcast.c +++ b/orte/mca/grpcomm/base/grpcomm_base_xcast.c @@ -169,9 +169,19 @@ void orte_grpcomm_base_xcast_recv(int status, orte_process_name_t* sender, */ jdata = orte_get_job_data_object(nm->name.jobid); if (NULL == (rec = (orte_proc_t*)opal_pointer_array_get_item(jdata->procs, nm->name.vpid))) { + OPAL_OUTPUT_VERBOSE((5, orte_grpcomm_base.output, + "%s orte:daemon:send_relay proc %s not found - cannot relay", + ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), + ORTE_NAME_PRINT(&nm->name))); + OBJ_RELEASE(rly); continue; } if (ORTE_PROC_STATE_RUNNING < rec->state) { + OPAL_OUTPUT_VERBOSE((5, orte_grpcomm_base.output, + "%s orte:daemon:send_relay proc %s not running - cannot relay", + ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), + ORTE_NAME_PRINT(&nm->name))); + OBJ_RELEASE(rly); continue; } if (0 > (ret = orte_rml.send_buffer_nb(&nm->name, rly, ORTE_RML_TAG_XCAST, 0,