if unable to get buffered space, try and progress communications to
free up resources. This commit was SVN r16591.
Этот коммит содержится в:
родитель
d67c0eefb4
Коммит
9c0483088a
@ -225,6 +225,8 @@ do { \
|
||||
sendreq->req_buff = \
|
||||
mca_pml_base_bsend_request_alloc_buf(sendreq->req_count); \
|
||||
if (NULL == sendreq->req_buff) { \
|
||||
/* progress to complete outstanding sends and free resources */ \
|
||||
opal_progress(); \
|
||||
ret = MPI_ERR_BUFFER; \
|
||||
} else { \
|
||||
iov.iov_base = (IOVBASE_TYPE*)sendreq->req_buff; \
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user