Skip to content

Commit eb139ac

Browse files
authored
Merge pull request #4647 from rhc54/cmr31x/debug
Remove debug from rmaps base
2 parents fd3370e + 5123315 commit eb139ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orte/mca/rmaps/base/rmaps_base_frame.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ static int orte_rmaps_base_open(mca_base_open_flag_t flags)
403403
if (opal_hwloc_use_hwthreads_as_cpus) {
404404
OPAL_SET_BINDING_POLICY(opal_hwloc_binding_policy, OPAL_BIND_TO_HWTHREAD);
405405
} else {
406-
opal_output(0, "SETTING BINDING TO CORE");
407406
OPAL_SET_BINDING_POLICY(opal_hwloc_binding_policy, OPAL_BIND_TO_CORE);
408407
}
409408
}

0 commit comments

Comments
 (0)