clean up printfs
This commit was SVN r25206.
Этот коммит содержится в:
родитель
26e781f002
Коммит
2fb8045fad
@ -368,17 +368,10 @@ ompi_mtl_portals4_irecv(struct mca_mtl_base_module_t* mtl,
|
|||||||
ptl_request->delivery_len = length;
|
ptl_request->delivery_len = length;
|
||||||
ptl_request->super.super.ompi_req->req_status.MPI_ERROR = OMPI_SUCCESS;
|
ptl_request->super.super.ompi_req->req_status.MPI_ERROR = OMPI_SUCCESS;
|
||||||
|
|
||||||
if (MPI_ANY_SOURCE == src) {
|
OPAL_OUTPUT_VERBOSE((50, ompi_mtl_base_output,
|
||||||
OPAL_OUTPUT_VERBOSE((50, ompi_mtl_base_output,
|
"Recv from %x,%x of length %d\n",
|
||||||
"ANY_SOURCE Recv of length %d\n",
|
remote_proc.phys.nid, remote_proc.phys.pid,
|
||||||
(int)length));
|
(int)length));
|
||||||
} else {
|
|
||||||
OPAL_OUTPUT_VERBOSE((50, ompi_mtl_base_output,
|
|
||||||
"Recv from %x,%x of length %d\n",
|
|
||||||
endpoint->ptl_proc.phys.nid, endpoint->ptl_proc.phys.pid,
|
|
||||||
(int)length));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
me.start = start;
|
me.start = start;
|
||||||
me.length = length;
|
me.length = length;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user