
Go to the source code of this file.
Functions | |
| void | ParMETIS_V3_NodeND (idxtype *vtxdist, idxtype *xadj, idxtype *adjncy, int *numflag, int *options, idxtype *order, idxtype *sizes, MPI_Comm *comm) |
| void | PAROMETIS (idxtype *vtxdist, idxtype *xadj, idxtype *vwgt, idxtype *adjncy, idxtype *adjwgt, idxtype *order, idxtype *sizes, int *options, MPI_Comm comm) |
| void ParMETIS_V3_NodeND | ( | idxtype * | vtxdist, | |
| idxtype * | xadj, | |||
| idxtype * | adjncy, | |||
| int * | numflag, | |||
| int * | options, | |||
| idxtype * | order, | |||
| idxtype * | sizes, | |||
| MPI_Comm * | comm | |||
| ) |
Definition at line 25 of file ometis.c.
References ChangeNumbering(), controldef::CoarsenTo, controldef::dbglvl, fmalloc(), free(), FreeCtrl(), FreeGraph(), FreeInitialGraphAndRemap(), FreeWSpace(), fsmalloc(), controldef::gcomm, GlobalSESum(), idxmalloc(), InitTimers(), controldef::ipart, ispow2(), Moc_Global_Partition(), Moc_MoveGraph(), Moc_SetUpGraph(), controldef::MoveTmr, MPI_Barrier(), MPI_Comm_rank(), MPI_Comm_size(), MultilevelOrder(), graphdef::ncon, graphdef::nvtxs, graphdef::nvwgt, controldef::partType, PreAllocateMemory(), printf(), PrintTimingInfo(), ProjectInfoBack(), controldef::ps_relation, controldef::seed, SetUpCtrl(), controldef::sync, controldef::TotalTmr, controldef::tpwgts, controldef::tvwgts, controldef::ubvec, and graphdef::vwgt.
Referenced by ParMETIS_NodeND(), and PAROMETIS().
1.5.5