num_pus_in_node   139 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     int num_objs_in_node = 0, num_pus_in_node = 0;
num_pus_in_node   228 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     num_pus_in_node = hwloc_get_nbobjs_by_type(opal_hwloc_topology, HWLOC_OBJ_PU);
num_pus_in_node   251 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     if( (0 == num_objs_in_node) || (0 == num_pus_in_node) ) {  /* deal with bozo cases: COVERITY 1418505 */
num_pus_in_node   266 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                        num_pus_in_node, num_procs_in_node,
num_pus_in_node   270 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 obj_rank = ompi_process_info.my_local_rank%num_pus_in_node;
num_pus_in_node   272 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 num_objs_in_node = num_pus_in_node;
num_pus_in_node   312 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                  num_objs_in_node, num_pus_in_node));