i_part 218 ompi/mca/topo/treematch/treematch/k-partitioning.c int i_part = constraints[i]/max_size; /*we compute its partition*/ i_part 219 ompi/mca/topo/treematch/treematch/k-partitioning.c res[nb_real_nodes+i] = i_part; /*and we set it in partition vector*/ i_part 220 ompi/mca/topo/treematch/treematch/k-partitioning.c size[i_part]++; /*we update the partition's size*/ i_part 317 ompi/mca/topo/treematch/treematch/k-partitioning.c int i_part = constraints[i]/nodes_per_part; /*we compute the partition where we have to put this constraint*/ i_part 318 ompi/mca/topo/treematch/treematch/k-partitioning.c part[nb_real_nodes+i] = i_part; i_part 319 ompi/mca/topo/treematch/treematch/k-partitioning.c size[i_part]++;