comments
This commit was SVN r3603.
Этот коммит содержится в:
родитель
70d1c1aafd
Коммит
9cb5f05ec1
@ -769,8 +769,10 @@ int mca_ptl_sm_send(
|
|||||||
ompi_atomic_unlock(&(send_fifo->head_lock));
|
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);
|
ompi_request_complete(sendreq);
|
||||||
|
}
|
||||||
|
|
||||||
/* return */
|
/* return */
|
||||||
return return_status;
|
return return_status;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user