We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b06c89 commit b8c9f13Copy full SHA for b8c9f13
ompi/communicator/comm_cid.c
@@ -877,7 +877,6 @@ static int ompi_comm_allreduce_pmix_reduce_complete (ompi_comm_request_t *reques
877
* needs to be reworked to take advantage of it. */
878
OPAL_PMIX_EXCHANGE(rc, &info, &pdat, 60);
879
OBJ_DESTRUCT(&info);
880
- fprintf (stderr, "OPAL_PMIX_EXCHANGE returned %d\n", rc);
881
if (OPAL_SUCCESS != rc) {
882
OBJ_DESTRUCT(&pdat);
883
return rc;
0 commit comments