From ba77d9beff8a5c425926baa7621dc43332f1e973 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 8 Aug 2016 13:20:24 -0700 Subject: [PATCH] Remove forced debugs --- ompi/communicator/comm_cid.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ompi/communicator/comm_cid.c b/ompi/communicator/comm_cid.c index a070dd4d43..1954a27de9 100644 --- a/ompi/communicator/comm_cid.c +++ b/ompi/communicator/comm_cid.c @@ -840,8 +840,6 @@ static int ompi_comm_allreduce_pmix_reduce_complete (ompi_comm_request_t *reques opal_buffer_t sbuf; int rc; - fprintf (stderr, "reduce complete\n"); - OBJ_CONSTRUCT(&sbuf, opal_buffer_t); if (OPAL_SUCCESS != (rc = opal_dss.pack(&sbuf, context->tmpbuf, (int32_t)context->count, OPAL_INT))) { @@ -871,8 +869,6 @@ static int ompi_comm_allreduce_pmix_reduce_complete (ompi_comm_request_t *reques cid_context->iter); } - fprintf (stderr, "%s, %s\n", info.key, pdat.value.key); - /* this macro is not actually non-blocking. if a non-blocking version becomes available this function * needs to be reworked to take advantage of it. */ OPAL_PMIX_EXCHANGE(rc, &info, &pdat, 600); // give them 10 minutes