1
1
This commit was SVN r25206.
Этот коммит содержится в:
Brian Barrett 2011-09-28 15:28:46 +00:00
родитель 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,
"ANY_SOURCE Recv of length %d\n",
(int)length));
} else {
OPAL_OUTPUT_VERBOSE((50, ompi_mtl_base_output, OPAL_OUTPUT_VERBOSE((50, ompi_mtl_base_output,
"Recv from %x,%x of length %d\n", "Recv from %x,%x of length %d\n",
endpoint->ptl_proc.phys.nid, endpoint->ptl_proc.phys.pid, remote_proc.phys.nid, remote_proc.phys.pid,
(int)length)); (int)length));
}
me.start = start; me.start = start;
me.length = length; me.length = length;