solution          533 ompi/mca/topo/treematch/treematch/tm_mapping.c   tm_solution_t *solution;
solution          538 ompi/mca/topo/treematch/treematch/tm_mapping.c   solution =  (tm_solution_t *)MALLOC(sizeof(tm_solution_t));
solution          547 ompi/mca/topo/treematch/treematch/tm_mapping.c   solution->sigma         = sigma;
solution          548 ompi/mca/topo/treematch/treematch/tm_mapping.c   solution->sigma_length  = sigma_length;
solution          549 ompi/mca/topo/treematch/treematch/tm_mapping.c   solution->k             = k;
solution          550 ompi/mca/topo/treematch/treematch/tm_mapping.c   solution->k_length      = k_length;
solution          551 ompi/mca/topo/treematch/treematch/tm_mapping.c   solution->oversub_fact  = topology->oversub_fact;
solution          553 ompi/mca/topo/treematch/treematch/tm_mapping.c   return solution;