1
1

mtl-portals4: fix incomplete free list conversion

Этот коммит содержится в:
Todd Kordenbrock 2015-02-26 09:41:03 -06:00
родитель c73e4fd98b
Коммит b2696edeef
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -204,6 +204,7 @@ ompi_mtl_portals4_component_open(void)
opal_free_list_init(&ompi_mtl_portals4.fl_message,
sizeof(ompi_mtl_portals4_message_t) +
ompi_mtl_portals4.eager_limit,
opal_cache_line_size,
OBJ_CLASS(ompi_mtl_portals4_message_t),
0, 0, 1, -1, 1, NULL, 0, NULL, NULL, NULL);

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

@ -43,6 +43,7 @@ ompi_mtl_portals4_flowctl_init(void)
OBJ_CONSTRUCT(&ompi_mtl_portals4.flowctl.pending_fl, opal_free_list_t);
opal_free_list_init(&ompi_mtl_portals4.flowctl.pending_fl,
sizeof(ompi_mtl_portals4_pending_request_t),
opal_cache_line_size,
OBJ_CLASS(ompi_mtl_portals4_pending_request_t),
0, 0, 1, -1, 1, NULL, 0, NULL, NULL, NULL);