1
1

update current offset prior to using the convertor - may have been changed by rdma protocol

This commit was SVN r6058.
Этот коммит содержится в:
Tim Woodall 2005-06-14 12:56:36 +00:00
родитель 092f14f2c5
Коммит a216a056c3
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -115,9 +115,9 @@ int mca_pml_ob1_component_open(void)
mca_pml_ob1.recv_pipeline_depth =
mca_pml_ob1_param_register_int("recv_pipeline_depth", 3);
mca_pml_ob1.rdma_threshold =
mca_pml_ob1_param_register_int("rdma_threshold", 256*1024);
mca_pml_ob1_param_register_int("rdma_threshold", 1024*1024);
mca_pml_ob1.rdma_offset =
mca_pml_ob1_param_register_int("rdma_offset", 128*1024);
mca_pml_ob1_param_register_int("rdma_offset", 512*1024);
return mca_bmi_base_open();
}

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

@ -386,6 +386,8 @@ int mca_pml_ob1_send_request_schedule(mca_pml_ob1_send_request_t* sendreq)
}
/* pack into a descriptor */
ompi_convertor_set_position(&sendreq->req_send.req_convertor,
&sendreq->req_send_offset);
des = ep->bmi_prepare_src(
ep->bmi,
ep->bmi_endpoint,