graphptr           66 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   SCOTCH_Graph *graphptr =  SCOTCH_graphAlloc();
graphptr          118 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   SCOTCH_graphInit(graphptr);
graphptr          119 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   SCOTCH_graphBuild(graphptr, 0, vertnbr, verttab, verttab+1, NULL, NULL, edgenbr, edgetab, edlotab); 
graphptr          121 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   return graphptr;
graphptr          153 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   SCOTCH_Graph* graphptr;
graphptr          235 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   graphptr = com_mat_to_scotch_graph(com_mat, p);
graphptr          252 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   if(SCOTCH_graphPartFixed(graphptr, partnbr, &strat, parttab) == 0){
graphptr          279 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   SCOTCH_graphExit(graphptr);
graphptr          280 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   SCOTCH_memFree(graphptr);