set the number of bytes sent by the sender for use by the
receive completion logic. This commit was SVN r3341.
Этот коммит содержится в:
родитель
17fd5308a6
Коммит
ae97a54070
@ -133,6 +133,9 @@ bool mca_ptl_base_match(
|
|||||||
* descriptor */
|
* descriptor */
|
||||||
frag_desc->frag_request=matched_receive;
|
frag_desc->frag_request=matched_receive;
|
||||||
|
|
||||||
|
/* set lenght of incoming message */
|
||||||
|
matched_receive->req_bytes_packed=frag_header->hdr_msg_length;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* update deliverd sequence number information,
|
* update deliverd sequence number information,
|
||||||
* if need be.
|
* if need be.
|
||||||
@ -673,6 +676,10 @@ bool mca_ptl_base_match_in_order_network_delivery(
|
|||||||
|
|
||||||
/* associate the receive descriptor with the fragment descriptor */
|
/* associate the receive descriptor with the fragment descriptor */
|
||||||
frag_desc->frag_request=matched_receive;
|
frag_desc->frag_request=matched_receive;
|
||||||
|
|
||||||
|
/* set lenght of incoming message */
|
||||||
|
matched_receive->req_bytes_packed=frag_header->hdr_msg_length;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
/* if no match found, place on unexpected queue */
|
/* if no match found, place on unexpected queue */
|
||||||
ompi_list_append( ((pml_comm->c_unexpected_frags)+frag_src),
|
ompi_list_append( ((pml_comm->c_unexpected_frags)+frag_src),
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user