1
1

if unable to get buffered space, try and progress communications to

free up resources.

This commit was SVN r16591.
Этот коммит содержится в:
Rich Graham 2007-10-26 23:16:31 +00:00
родитель 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; \