osc-portals4: fix incomplete free list conversion
Этот коммит содержится в:
родитель
b2696edeef
Коммит
0cf45df1a0
@ -320,6 +320,7 @@ component_init(bool enable_progress_threads, bool enable_mpi_threads)
|
||||
OBJ_CONSTRUCT(&mca_osc_portals4_component.requests, opal_free_list_t);
|
||||
ret = opal_free_list_init (&mca_osc_portals4_component.requests,
|
||||
sizeof(ompi_osc_portals4_request_t),
|
||||
opal_cache_line_size,
|
||||
OBJ_CLASS(ompi_osc_portals4_request_t),
|
||||
0, 0, 8, 0, 8, NULL, 0, NULL, NULL, NULL);
|
||||
if (OMPI_SUCCESS != ret) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user