core_count        115 opal/mca/btl/uct/btl_uct_component.c         int core_count = 36;
core_count        118 opal/mca/btl/uct/btl_uct_component.c         core_count = hwloc_get_nbobjs_by_type (opal_hwloc_topology, HWLOC_OBJ_CORE);
core_count        120 opal/mca/btl/uct/btl_uct_component.c         if (core_count <= opal_process_info.num_local_peers || !opal_using_threads()) {
core_count        125 opal/mca/btl/uct/btl_uct_component.c             mca_btl_uct_component.num_contexts_per_module = core_count / (opal_process_info.num_local_peers + 1);
core_count        245 opal/mca/btl/ugni/btl_ugni_init.c         int core_count;
core_count        248 opal/mca/btl/ugni/btl_ugni_init.c         core_count = hwloc_get_nbobjs_by_type (opal_hwloc_topology, HWLOC_OBJ_CORE);
core_count        250 opal/mca/btl/ugni/btl_ugni_init.c         if (core_count <= opal_process_info.num_local_peers || !opal_using_threads()) {
core_count        255 opal/mca/btl/ugni/btl_ugni_init.c             mca_btl_ugni_component.virtual_device_count = core_count / (opal_process_info.num_local_peers + 1);