1
1
this is likely a typo introduced by open-mpi/ompi@5f1254d710
@hjelmn could you please double check this ?
Этот коммит содержится в:
Gilles Gouaillardet 2015-02-26 13:45:51 +09:00
родитель dc80863589
Коммит b888768ca3

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

@ -252,7 +252,7 @@ mca_btl_scif_setup_mpools (mca_btl_scif_module_t *scif_module)
mca_btl_scif_component.scif_free_list_num,
mca_btl_scif_component.scif_free_list_max,
mca_btl_scif_component.scif_free_list_inc,
NULL, 0, NULL, NULL);
NULL, 0, NULL, NULL, NULL);
if (OPAL_UNLIKELY(OPAL_SUCCESS != rc)) {
BTL_ERROR(("error creating eager receive fragment free list"));
return rc;