1
1

For zero length persistent request do not reposition the convertor as

it is not initialized.

This commit was SVN r10386.
Этот коммит содержится в:
George Bosilca 2006-06-16 03:04:41 +00:00
родитель 4ff8c354c6
Коммит 1f96768b76

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

@ -249,7 +249,8 @@ do {
if( sendreq->req_send.req_base.req_free_called ) { \
MCA_PML_DR_SEND_REQUEST_RETURN( sendreq ); \
} else { \
if(sendreq->req_send.req_base.req_ompi.req_persistent) { \
if(sendreq->req_send.req_base.req_ompi.req_persistent && \
(0 != sendreq->req_send.req_bytes_packed) ) { \
/* rewind convertor */ \
size_t offset = 0; \
ompi_convertor_set_position(&sendreq->req_send.req_convertor, &offset); \