1
1

ompi/communicator: remove an other debug print statement in ompi_comm_allreduce_intra_pmix_nb()

Этот коммит содержится в:
Gilles Gouaillardet 2016-07-22 15:42:56 +09:00
родитель 2170eee5b7
Коммит bbc6d4b3d4

Просмотреть файл

@ -18,7 +18,7 @@
* reserved.
* Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
* Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* Copyright (c) 2014-2016 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
@ -911,8 +911,6 @@ static int ompi_comm_allreduce_intra_pmix_nb (int *inbuf, int *outbuf,
ompi_request_t *subreq;
int rc;
fprintf (stderr, "Calling ompi_comm_allreduce_intra_pmix_nb. rank %d\n", local_rank);
context = ompi_comm_allreduce_context_alloc (inbuf, outbuf, count, op, cid_context);
if (OPAL_UNLIKELY(NULL == context)) {
return OMPI_ERR_OUT_OF_RESOURCE;