Skip to content

Commit 63a8c22

Browse files
Ralph Castainhjelmn
authored andcommitted
Remove forced debugs
(cherry picked from commit ba77d9b) Signed-off-by: Nathan Hjelm <[email protected]>
1 parent c7d2e47 commit 63a8c22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ompi/communicator/comm_cid.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,6 @@ static int ompi_comm_allreduce_pmix_reduce_complete (ompi_comm_request_t *reques
840840
opal_buffer_t sbuf;
841841
int rc;
842842

843-
fprintf (stderr, "reduce complete\n");
844-
845843
OBJ_CONSTRUCT(&sbuf, opal_buffer_t);
846844

847845
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
871869
cid_context->iter);
872870
}
873871

874-
fprintf (stderr, "%s, %s\n", info.key, pdat.value.key);
875-
876872
/* this macro is not actually non-blocking. if a non-blocking version becomes available this function
877873
* needs to be reworked to take advantage of it. */
878874
OPAL_PMIX_EXCHANGE(rc, &info, &pdat, 60);

0 commit comments

Comments
 (0)