Following ticket #1725, when a free list item can not be allocated, return
the error to the upper layer and let it deal with the problem This commit was SVN r20143.
Этот коммит содержится в:
родитель
f983bb2bd1
Коммит
f8537c0059
@ -87,7 +87,7 @@ OBJ_CLASS_DECLARATION(mca_btl_portals_frag_recv_t);
|
|||||||
{ \
|
{ \
|
||||||
\
|
\
|
||||||
ompi_free_list_item_t *item_macro; \
|
ompi_free_list_item_t *item_macro; \
|
||||||
OMPI_FREE_LIST_WAIT(&((mca_btl_portals_module_t*)btl_macro)->portals_frag_max, item_macro, rc); \
|
OMPI_FREE_LIST_GET(&((mca_btl_portals_module_t*)btl_macro)->portals_frag_max, item_macro, rc); \
|
||||||
frag = (mca_btl_portals_frag_t*) item_macro; \
|
frag = (mca_btl_portals_frag_t*) item_macro; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user