fix for buffered send
This commit was SVN r1462.
Этот коммит содержится в:
родитель
2ce7ca725b
Коммит
13b025abb7
@ -12,8 +12,6 @@ int mca_pml_teg_start(size_t count, ompi_request_t** requests)
|
|||||||
int state;
|
int state;
|
||||||
if(NULL == pml_request)
|
if(NULL == pml_request)
|
||||||
continue;
|
continue;
|
||||||
if(pml_request->req_persistent == false)
|
|
||||||
return OMPI_ERR_REQUEST;
|
|
||||||
|
|
||||||
/* If the persistent request is currently active - obtain the request lock
|
/* If the persistent request is currently active - obtain the request lock
|
||||||
* and verify the status is incomplete. if the pml layer has not completed
|
* and verify the status is incomplete. if the pml layer has not completed
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user