1
1

For the probe, do not believe the information stored in the fragment. Instead use the one from the

provided header. This header is supposed to be a MATCH header, so it should have the correct
informations.

This commit was SVN r4424.
Этот коммит содержится в:
George Bosilca 2005-02-14 08:33:10 +00:00
родитель 7fdcca0b00
Коммит 6037d279a9

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

@ -62,11 +62,10 @@ bool mca_pml_teg_recv_frag_match(
*/
if(request->req_base.req_type == MCA_PML_REQUEST_PROBE) {
ptl->ptl_recv_progress(
ptl,
request,
frag->frag_base.frag_header.hdr_frag.hdr_frag_length,
frag->frag_base.frag_size);
ptl->ptl_recv_progress( ptl,
request,
header->hdr_msg_length,
header->hdr_msg_length );
matched = mca_pml_teg_recv_frag_match( ptl, frag, header );
} else {