1
1
This commit was SVN r5927.
Этот коммит содержится в:
Tim Woodall 2005-06-02 19:51:51 +00:00
родитель 5a00e53ab1
Коммит 878490a405

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

@ -79,6 +79,9 @@ static void mca_pml_ob1_send_completion(
{
mca_pml_ob1_send_request_t* sendreq = (mca_pml_ob1_send_request_t*)descriptor->des_cbdata;
/* for now - return the descriptor - may cache these at some point */
bmi->bmi_free(bmi,descriptor);
/* check for request completion */
OMPI_THREAD_LOCK(&ompi_request_lock);
if (OMPI_THREAD_ADD32(&sendreq->req_pending,-1) == 0 &&