1
1
This commit was SVN r3603.
Этот коммит содержится в:
Tim Woodall 2004-11-17 22:54:43 +00:00
родитель 70d1c1aafd
Коммит 9cb5f05ec1

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

@ -769,8 +769,10 @@ int mca_ptl_sm_send(
ompi_atomic_unlock(&(send_fifo->head_lock));
}
if(sendreq->req_bytes_packed == size)
/* if this is the entire message - signal request is complete */
if(sendreq->req_bytes_packed == size) {
ompi_request_complete(sendreq);
}
/* return */
return return_status;