1
1

On this branch the rdma_offset should be set. The send_offset is *anyway*

already set in the _START macro.

This commit was SVN r10429.
Этот коммит содержится в:
George Bosilca 2006-06-20 14:12:32 +00:00
родитель 044868df45
Коммит dee2a7a08d

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

@ -679,7 +679,7 @@ int mca_pml_ob1_send_request_start_rdma(
/* update lengths with number of bytes actually packed */ /* update lengths with number of bytes actually packed */
segment->seg_len = sizeof(mca_pml_ob1_rendezvous_hdr_t); segment->seg_len = sizeof(mca_pml_ob1_rendezvous_hdr_t);
sendreq->req_send_offset = 0; sendreq->req_rdma_offset = 0;
/* first fragment of a long message */ /* first fragment of a long message */
des->des_cbfunc = mca_pml_ob1_rndv_completion; des->des_cbfunc = mca_pml_ob1_rndv_completion;