
Go to the source code of this file.
Functions | |
| void | ParallelReMapGraph (CtrlType *ctrl, GraphType *graph, WorkSpaceType *wspace) |
| void | ParallelTotalVReMap (CtrlType *ctrl, idxtype *lpwgts, idxtype *map, WorkSpaceType *wspace, int npasses, int ncon) |
| int | SimilarTpwgts (floattype *tpwgts, int ncon, int s1, int s2) |
| void ParallelReMapGraph | ( | CtrlType * | ctrl, | |
| GraphType * | graph, | |||
| WorkSpaceType * | wspace | |||
| ) |
Definition at line 20 of file remap.c.
References controldef::comm, controldef::dbglvl, idxset(), MPI_Barrier(), graphdef::ncon, controldef::nparts, controldef::npes, graphdef::nvtxs, ParallelTotalVReMap(), workspacedef::pv1, workspacedef::pv2, controldef::RemapTmr, graphdef::vsize, and graphdef::where.
Referenced by ParMETIS_V3_AdaptiveRepart(), ParMETIS_V3_PartGeomKway(), ParMETIS_V3_PartKway(), and ParMETIS_V3_RefineKway().
| void ParallelTotalVReMap | ( | CtrlType * | ctrl, | |
| idxtype * | lpwgts, | |||
| idxtype * | map, | |||
| WorkSpaceType * | wspace, | |||
| int | npasses, | |||
| int | ncon | |||
| ) |
Definition at line 58 of file remap.c.
References controldef::comm, controldef::dbglvl, done, GKfree(), GKmalloc(), GlobalSESum(), idxamax(), idxmalloc(), idxset(), ikeysort(), KeyValueType::key, MPI_Allgather(), controldef::mype, controldef::nparts, workspacedef::pv3, rprintf(), SimilarTpwgts(), controldef::tpwgts, and KeyValueType::val.
Referenced by ParallelReMapGraph().
1.5.5