ompi/communicator: remove an other debug print statement in ompi_comm_allreduce_intra_pmix_nb()
Этот коммит содержится в:
родитель
2170eee5b7
Коммит
bbc6d4b3d4
@ -18,7 +18,7 @@
|
|||||||
* reserved.
|
* reserved.
|
||||||
* Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
|
* Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
|
||||||
* Copyright (c) 2013-2016 Intel, Inc. 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.
|
* and Technology (RIST). All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
@ -911,8 +911,6 @@ static int ompi_comm_allreduce_intra_pmix_nb (int *inbuf, int *outbuf,
|
|||||||
ompi_request_t *subreq;
|
ompi_request_t *subreq;
|
||||||
int rc;
|
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);
|
context = ompi_comm_allreduce_context_alloc (inbuf, outbuf, count, op, cid_context);
|
||||||
if (OPAL_UNLIKELY(NULL == context)) {
|
if (OPAL_UNLIKELY(NULL == context)) {
|
||||||
return OMPI_ERR_OUT_OF_RESOURCE;
|
return OMPI_ERR_OUT_OF_RESOURCE;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user