Skip to content

Commit

Permalink
Remove a debug print in comm_cid.c
Browse files Browse the repository at this point in the history
Back-ported from 01a653d

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
  • Loading branch information
hjelmn committed Oct 12, 2016
1 parent 3b06c89 commit b8c9f13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ompi/communicator/comm_cid.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,6 @@ static int ompi_comm_allreduce_pmix_reduce_complete (ompi_comm_request_t *reques
* needs to be reworked to take advantage of it. */
OPAL_PMIX_EXCHANGE(rc, &info, &pdat, 60);
OBJ_DESTRUCT(&info);
fprintf (stderr, "OPAL_PMIX_EXCHANGE returned %d\n", rc);
if (OPAL_SUCCESS != rc) {
OBJ_DESTRUCT(&pdat);
return rc;
Expand Down

0 comments on commit b8c9f13

Please sign in to comment.