From 06fe2c4c20583f24eaa210939931c2daf32cc916 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 27 Jul 2010 16:20:29 +0000 Subject: [PATCH] Add debug This commit was SVN r23512. --- orte/mca/rmcast/udp/rmcast_udp.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/orte/mca/rmcast/udp/rmcast_udp.c b/orte/mca/rmcast/udp/rmcast_udp.c index e7a4520355..a78b6152a4 100644 --- a/orte/mca/rmcast/udp/rmcast_udp.c +++ b/orte/mca/rmcast/udp/rmcast_udp.c @@ -259,7 +259,15 @@ static int queue_xmit(rmcast_base_send_t *snd, rmcast_base_channel_t *ch, *chptr; opal_list_item_t *item; - /* if we were asked to send this on our group output + OPAL_OUTPUT_VERBOSE((2, orte_rmcast_base.rmcast_output, + "%s rmcast:udp: send of %d %s" + " called on multicast channel %d", + ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), + (NULL == snd->iovec_array) ? (int)snd->buf->bytes_used : (int)snd->iovec_count, + (NULL == snd->iovec_array) ? "bytes" : "iovecs", + (int)channel)); + + /* if we were asked to send this on our group output * channel, substitute it */ if (ORTE_RMCAST_GROUP_OUTPUT_CHANNEL == channel) {