Skip to content

Commit bfff578

Browse files
authored
Merge pull request #6371 from artpol84/osc/select_dbg
osc/base: Add debug output stating a selected component
2 parents 9ab6ecb + 35090b6 commit bfff578

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ompi/mca/osc/base/osc_base_init.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,9 @@ ompi_osc_base_select(ompi_win_t *win,
7171

7272
if (NULL == best_component) return OMPI_ERR_NOT_SUPPORTED;
7373

74+
opal_output_verbose( 10, ompi_osc_base_framework.framework_output,
75+
"select: component %s selected",
76+
best_component->osc_version.mca_component_name );
77+
7478
return best_component->osc_select(win, base, size, disp_unit, comm, info, flavor, model);
7579
}

0 commit comments

Comments
 (0)