1
1

osc/base: Add debug output stating a selected component

Signed-off-by: Artem Polyakov <artpol84@gmail.com>
Этот коммит содержится в:
Artem Polyakov 2019-02-07 15:54:20 -08:00
родитель 8451cd70ac
Коммит 35090b69f1

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

@ -71,5 +71,9 @@ ompi_osc_base_select(ompi_win_t *win,
if (NULL == best_component) return OMPI_ERR_NOT_SUPPORTED;
opal_output_verbose( 10, ompi_osc_base_framework.framework_output,
"select: component %s selected",
best_component->osc_version.mca_component_name );
return best_component->osc_select(win, base, size, disp_unit, comm, info, flavor, model);
}