nb_proc_units     615 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 tm_topology->nb_proc_units = num_objs_total;
nb_proc_units     618 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 for(i = 0; i < tm_topology->nb_proc_units ; i++)
nb_proc_units     622 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 for(idx = 0, i = 0; i < tm_topology->nb_proc_units ; i++)
nb_proc_units     839 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             tm_topology->nb_proc_units = num_objs_in_node;
nb_proc_units     313 ompi/mca/topo/treematch/treematch/tm_solution.c       sigma[i]=i%topology->nb_proc_units;
nb_proc_units     315 ompi/mca/topo/treematch/treematch/tm_solution.c       printf ("%d -> %d (%d)\n",i,sigma[i],topology->nb_proc_units);
nb_proc_units     121 ompi/mca/topo/treematch/treematch/tm_topology.c   return topology->nb_proc_units;
nb_proc_units     200 ompi/mca/topo/treematch/treematch/tm_topology.c   unsigned int nb_nodes = topology->nb_proc_units; 
nb_proc_units     309 ompi/mca/topo/treematch/treematch/tm_topology.c       res->nb_proc_units  = nb_nodes;
nb_proc_units     388 ompi/mca/topo/treematch/treematch/tm_topology.c       res->nb_proc_units  = nb_nodes;
nb_proc_units     459 ompi/mca/topo/treematch/treematch/tm_topology.c 	 topology->nb_levels, topology->nb_constraints, topology->oversub_fact, topology->nb_proc_units);
nb_proc_units     723 ompi/mca/topo/treematch/treematch/tm_topology.c   new_topo->nb_proc_units  = (*topology)->nb_proc_units;
nb_proc_units     795 ompi/mca/topo/treematch/treematch/tm_topology.c       topology->nb_proc_units  = n;
nb_proc_units     835 ompi/mca/topo/treematch/treematch/tm_topology.c       topology->nb_proc_units = n;
nb_proc_units      73 ompi/mca/topo/treematch/treematch/treematch.h   int nb_proc_units;      /* The real number of units used for computation */