We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd3370e + 5123315 commit eb139acCopy full SHA for eb139ac
orte/mca/rmaps/base/rmaps_base_frame.c
@@ -403,7 +403,6 @@ static int orte_rmaps_base_open(mca_base_open_flag_t flags)
403
if (opal_hwloc_use_hwthreads_as_cpus) {
404
OPAL_SET_BINDING_POLICY(opal_hwloc_binding_policy, OPAL_BIND_TO_HWTHREAD);
405
} else {
406
- opal_output(0, "SETTING BINDING TO CORE");
407
OPAL_SET_BINDING_POLICY(opal_hwloc_binding_policy, OPAL_BIND_TO_CORE);
408
}
409
0 commit comments