1
1
This commit was SVN r2571.
Этот коммит содержится в:
Tim Woodall 2004-09-09 21:34:58 +00:00
родитель 8de416c25d
Коммит 0854d03744

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

@ -39,6 +39,9 @@
OMPI_THREAD_UNLOCK(&ptl_base->ptl_cache_lock); \
rc = OMPI_SUCCESS; \
} else if (ptl_base->ptl_cache_alloc < ptl_base->ptl_cache_size) { \
/* \
* allocate an additional request to the cache \
*/ \
mca_ptl_base_module_t* ptl = ptl_base->ptl; \
ompi_list_item_t* item; \
OMPI_FREE_LIST_WAIT(&mca_pml_teg.teg_send_requests, item, rc); \