Skip to content

Commit e897e3d

Browse files
ggouaillardetkarasevb
authored andcommitted
ompi/communicator: remove an other debug print statement in ompi_comm_allreduce_intra_pmix_nb()
1 parent a899c0f commit e897e3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ompi/communicator/comm_cid.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* reserved.
1919
* Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
2020
* Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
21-
* Copyright (c) 2014 Research Organization for Information Science
21+
* Copyright (c) 2014-2016 Research Organization for Information Science
2222
* and Technology (RIST). All rights reserved.
2323
* $COPYRIGHT$
2424
*
@@ -911,8 +911,6 @@ static int ompi_comm_allreduce_intra_pmix_nb (int *inbuf, int *outbuf,
911911
ompi_request_t *subreq;
912912
int rc;
913913

914-
fprintf (stderr, "Calling ompi_comm_allreduce_intra_pmix_nb. rank %d\n", local_rank);
915-
916914
context = ompi_comm_allreduce_context_alloc (inbuf, outbuf, count, op, cid_context);
917915
if (OPAL_UNLIKELY(NULL == context)) {
918916
return OMPI_ERR_OUT_OF_RESOURCE;

0 commit comments

Comments
 (0)