nobjs 659 opal/mca/hwloc/base/hwloc_base_util.c unsigned int nobjs, i; nobjs 686 opal/mca/hwloc/base/hwloc_base_util.c nobjs = opal_hwloc_base_get_nbobjs_by_type(topo, obj->type, cache_level, rtype); nobjs 690 opal/mca/hwloc/base/hwloc_base_util.c nobjs, hwloc_obj_type_string(obj->type), cache_level)); nobjs 693 opal/mca/hwloc/base/hwloc_base_util.c for (i=0; i < nobjs; i++) { nobjs 83 orte/mca/rmaps/ppr/rmaps_ppr.c unsigned int nobjs, i; nobjs 298 orte/mca/rmaps/ppr/rmaps_ppr.c nobjs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, nobjs 305 orte/mca/rmaps/ppr/rmaps_ppr.c for (i=0; i < nobjs; i++) { nobjs 442 orte/mca/rmaps/ppr/rmaps_ppr.c unsigned int i, nobjs; nobjs 485 orte/mca/rmaps/ppr/rmaps_ppr.c nobjs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, nobjs 492 orte/mca/rmaps/ppr/rmaps_ppr.c for (i=0; i < nobjs; i++) { nobjs 628 orte/mca/rmaps/ppr/rmaps_ppr.c int ppr, cnt, nobjs, nprocs_mapped; nobjs 707 orte/mca/rmaps/ppr/rmaps_ppr.c nobjs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, nobjs 714 orte/mca/rmaps/ppr/rmaps_ppr.c for (i=0; i < nobjs; i++) { nobjs 95 orte/mca/rmaps/round_robin/rmaps_rr_assign.c unsigned int nobjs; nobjs 121 orte/mca/rmaps/round_robin/rmaps_rr_assign.c nobjs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, target, cache_level, OPAL_HWLOC_AVAILABLE); nobjs 122 orte/mca/rmaps/round_robin/rmaps_rr_assign.c if (0 == nobjs) { nobjs 127 orte/mca/rmaps/round_robin/rmaps_rr_assign.c nobjs, hwloc_obj_type_string(target), node->name); nobjs 132 orte/mca/rmaps/round_robin/rmaps_rr_assign.c start = (jdata->bkmark_obj + 1) % nobjs; nobjs 153 orte/mca/rmaps/round_robin/rmaps_rr_assign.c "mca:rmaps:rr: assigning proc to object %d", (j + start) % nobjs); nobjs 155 orte/mca/rmaps/round_robin/rmaps_rr_assign.c if (NULL == (obj = opal_hwloc_base_get_obj_by_type(node->topology->topo, target, cache_level, (j + start) % nobjs, OPAL_HWLOC_AVAILABLE))) { nobjs 477 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c unsigned int nobjs; nobjs 533 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c nobjs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, target, cache_level, OPAL_HWLOC_AVAILABLE); nobjs 534 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c if (0 == nobjs) { nobjs 539 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c nobjs, hwloc_obj_type_string(target), node->name); nobjs 544 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c start = (jdata->bkmark_obj + 1) % nobjs; nobjs 553 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c nprocs = orte_rmaps_base_n_persocket * nobjs; nobjs 571 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c start = node->num_procs % nobjs; nobjs 588 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c for (i=0; i < (int)nobjs && nmapped < nprocs && nprocs_mapped < (int)app->num_procs; i++) { nobjs 590 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c "mca:rmaps:rr: assigning proc to object %d", (i+start) % nobjs); nobjs 592 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c if (NULL == (obj = opal_hwloc_base_get_obj_by_type(node->topology->topo, target, cache_level, (i+start) % nobjs, OPAL_HWLOC_AVAILABLE))) { nobjs 667 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c unsigned int nobjs; nobjs 688 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c nobjs = 0; nobjs 696 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c nobjs += opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, target, cache_level, OPAL_HWLOC_AVAILABLE); nobjs 699 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c if (0 == nobjs) { nobjs 704 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c navg = app->num_procs / nobjs; nobjs 713 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c if (0 > (nxtra_objs = app->num_procs - (navg * nobjs))) { nobjs 732 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c nobjs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, target, cache_level, OPAL_HWLOC_AVAILABLE); nobjs 734 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c "mca:rmaps:rr:byobj: found %d objs on node %s", nobjs, node->name); nobjs 736 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c for (i=0; i < (int)nobjs && nprocs_mapped < (int)app->num_procs; i++) { nobjs 755 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c nprocs = orte_rmaps_base_n_persocket * nobjs;