1
1

osc-portals4: fix incomplete free list conversion

Этот коммит содержится в:
Todd Kordenbrock 2015-02-26 09:41:22 -06:00
родитель 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) {