build_p_vector     17 ompi/mca/topo/treematch/treematch/k-partitioning.c int*  build_p_vector(double **comm, int n, int k, int greedy_trials, int * constraints, int nb_constraints);
build_p_vector     28 ompi/mca/topo/treematch/treematch/k-partitioning.c   part = build_p_vector(comm, n, k, greedy_trials, constraints, nb_constraints);