Skip to content

Commit 6319332

Browse files
authored
Merge pull request #2491 from OMGtechy/master
Swapped use of fprintf for opal_output_verbose
2 parents 0366f3a + d5a45bc commit 6319332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/communicator/comm_cid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ static int ompi_comm_allreduce_pmix_reduce_complete (ompi_comm_request_t *reques
848848

849849
if (OPAL_SUCCESS != (rc = opal_dss.pack(&sbuf, context->tmpbuf, (int32_t)context->count, OPAL_INT))) {
850850
OBJ_DESTRUCT(&sbuf);
851-
fprintf (stderr, "pack failed. rc %d\n", rc);
851+
opal_output_verbose (verbosity_level, output_id, "pack failed. rc %d\n", rc);
852852
return rc;
853853
}
854854

0 commit comments

Comments
 (0)