num_objs_in_node   53 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                  int num_objs_in_node,
num_objs_in_node   63 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if(num_objs_in_node < num_procs_in_node)
num_objs_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_objs_in_node  244 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         num_objs_in_node = hwloc_get_nbobjs_by_depth(opal_hwloc_topology, depth);
num_objs_in_node  249 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         num_objs_in_node = hwloc_get_nbobjs_by_depth(opal_hwloc_topology, effective_depth);
num_objs_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_objs_in_node  257 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                  num_objs_in_node, num_procs_in_node,
num_objs_in_node  272 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 num_objs_in_node = num_pus_in_node;
num_objs_in_node  279 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                        num_objs_in_node, num_procs_in_node,
num_objs_in_node  286 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             obj_rank = ompi_process_info.my_local_rank%num_objs_in_node;
num_objs_in_node  312 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                  num_objs_in_node, num_pus_in_node));
num_objs_in_node  417 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             obj_to_rank_in_comm = (int *)malloc(num_objs_in_node*sizeof(int));
num_objs_in_node  418 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(i = 0 ; i < num_objs_in_node ; i++) {
num_objs_in_node  435 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     objs_per_node[0] = num_objs_in_node;
num_objs_in_node  478 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     num_objs_total = num_objs_in_node;
num_objs_in_node  488 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     if (OMPI_SUCCESS != (err = MCA_PML_CALL(send(&num_objs_in_node, 1, MPI_INT,
num_objs_in_node  493 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     if (OMPI_SUCCESS != (err = MCA_PML_CALL(send(obj_to_rank_in_comm, num_objs_in_node, MPI_INT,
num_objs_in_node  808 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             assert(num_objs_in_node == (int)tm_topology->nb_nodes[tm_topology->nb_levels-1]);
num_objs_in_node  811 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             obj_to_rank_in_lcomm = (int *)malloc(num_objs_in_node*sizeof(int));
num_objs_in_node  812 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(i = 0 ; i < num_objs_in_node ; i++) {
num_objs_in_node  823 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             tm_topology->node_id  = (int *)malloc(num_objs_in_node*sizeof(int));
num_objs_in_node  824 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             tm_topology->node_rank = (int *)malloc(num_objs_in_node*sizeof(int));
num_objs_in_node  825 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(i = 1 ; i < num_objs_in_node; i++)
num_objs_in_node  828 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for( i = 0 ; i < num_objs_in_node ; i++ ) {
num_objs_in_node  839 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             tm_topology->nb_proc_units = num_objs_in_node;
num_objs_in_node  842 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(i = 0; i < num_objs_in_node ; i++)
num_objs_in_node  847 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(idx = 0,i = 0; i < num_objs_in_node ; i++)
num_objs_in_node  854 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             assert(num_objs_in_node == (int)tm_topology->nb_nodes[tm_topology->nb_levels-1]);
num_objs_in_node  872 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             assert((int)sol->k_length == num_objs_in_node);