If I want the default values then I have to pick them up from the req_base !!!
This commit was SVN r6504.
Этот коммит содержится в:
родитель
a7adea8b8f
Коммит
10a8e46f99
@ -227,8 +227,8 @@ int mca_pml_base_bsend_request_start(ompi_request_t* request)
|
||||
* using the user buffers. Otherwise at the end of this function we replace
|
||||
* it with a convertor using the allocator buffer !!!
|
||||
*/
|
||||
ompi_convertor_prepare_for_send( &sendreq->req_convertor, sendreq->req_datatype,
|
||||
sendreq->req_count, sendreq->req_base.req_addr );
|
||||
ompi_convertor_prepare_for_send( &sendreq->req_convertor, sendreq->req_base.req_datatype,
|
||||
sendreq->req_base.req_count, sendreq->req_base.req_addr );
|
||||
|
||||
/* increment count of pending requests */
|
||||
mca_pml_bsend_count++;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user