Skip to content

Commit b8c9f13

Browse files
committed
Remove a debug print in comm_cid.c
Back-ported from 01a653d Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 3b06c89 commit b8c9f13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/communicator/comm_cid.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,6 @@ static int ompi_comm_allreduce_pmix_reduce_complete (ompi_comm_request_t *reques
877877
* needs to be reworked to take advantage of it. */
878878
OPAL_PMIX_EXCHANGE(rc, &info, &pdat, 60);
879879
OBJ_DESTRUCT(&info);
880-
fprintf (stderr, "OPAL_PMIX_EXCHANGE returned %d\n", rc);
881880
if (OPAL_SUCCESS != rc) {
882881
OBJ_DESTRUCT(&pdat);
883882
return rc;

0 commit comments

Comments
 (0)