Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit d1972b9

Browse files
committed
bml/r2: use the bml framework output and set verbosity level to info
master commit open-mpi/ompi@2f447b2 Signed-off-by: Nathan Hjelm <[email protected]>
1 parent abedcad commit d1972b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/bml/r2/bml_r2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ static int mca_bml_r2_add_procs( size_t nprocs,
284284
/* skip this btl if the exclusivity is less than the previous only if the btl does not provide full rdma (for one-sided) */
285285
if(bml_btl->btl->btl_exclusivity > btl->btl_exclusivity && ((btl_flags & MCA_BTL_FLAGS_RDMA) != MCA_BTL_FLAGS_RDMA)) {
286286
btl->btl_del_procs(btl, 1, (opal_proc_t**)&proc, &btl_endpoints[p]);
287-
opal_output_verbose(20, opal_btl_base_framework.framework_output,
287+
opal_output_verbose(MCA_BASE_VERBOSE_INFO, ompi_bml_base_framework.framework_output,
288288
"mca: bml: Not using %s btl to %s on node %s "
289289
"because %s btl has higher exclusivity (%d > %d)",
290290
btl->btl_component->btl_version.mca_component_name,
@@ -295,7 +295,7 @@ static int mca_bml_r2_add_procs( size_t nprocs,
295295
continue;
296296
}
297297
}
298-
opal_output_verbose(1, opal_btl_base_framework.framework_output,
298+
opal_output_verbose(MCA_BASE_VERBOSE_INFO, ompi_bml_base_framework.framework_output,
299299
"mca: bml: Using %s btl to %s on node %s",
300300
btl->btl_component->btl_version.mca_component_name,
301301
OMPI_NAME_PRINT(&proc->super.proc_name),

0 commit comments

Comments
 (0)