
Go to the source code of this file.
Functions | |
| void | PrintVector (CtrlType *ctrl, int n, int first, idxtype *vec, char *title) |
| void | PrintVector2 (CtrlType *ctrl, int n, int first, idxtype *vec, char *title) |
| void | PrintPairs (CtrlType *ctrl, int n, KeyValueType *pairs, char *title) |
| void | PrintGraph (CtrlType *ctrl, GraphType *graph) |
| void | PrintGraph2 (CtrlType *ctrl, GraphType *graph) |
| void | PrintSetUpInfo (CtrlType *ctrl, GraphType *graph) |
| void | PrintTransferedGraphs (CtrlType *ctrl, int nnbrs, idxtype *peind, idxtype *slens, idxtype *rlens, idxtype *sgraph, idxtype *rgraph) |
| void | WriteMetisGraph (int nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt) |
Definition at line 22 of file debug.c.
References controldef::comm, MPI_Barrier(), controldef::mype, controldef::npes, and printf().
Referenced by CompactGraph(), LabelSeparators(), Mc_Local_CreateCoarseGraph(), Moc_ComputePartitionParams(), Moc_Global_CreateCoarseGraph(), and Moc_ProjectPartition().
Definition at line 44 of file debug.c.
References controldef::comm, MPI_Barrier(), controldef::mype, controldef::npes, and printf().
Referenced by Mc_LocalMatch_HEM(), and Moc_GlobalMatch_Balance().
| void PrintPairs | ( | CtrlType * | ctrl, | |
| int | n, | |||
| KeyValueType * | pairs, | |||
| char * | title | |||
| ) |
Definition at line 66 of file debug.c.
References controldef::comm, MPI_Barrier(), controldef::mype, controldef::npes, and printf().
Referenced by Moc_Global_CreateCoarseGraph(), and Moc_ProjectPartition().
Definition at line 90 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, controldef::comm, MPI_Barrier(), controldef::mype, controldef::npes, graphdef::nvtxs, printf(), graphdef::vtxdist, graphdef::vwgt, and graphdef::xadj.
Definition at line 122 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, controldef::comm, rinfodef::ed, rinfodef::id, MPI_Barrier(), controldef::mype, controldef::npes, graphdef::nvtxs, printf(), graphdef::rinfo, graphdef::vtxdist, graphdef::vwgt, graphdef::where, and graphdef::xadj.
Definition at line 153 of file debug.c.
References controldef::comm, MPI_Barrier(), controldef::mype, graphdef::nnbrs, controldef::npes, graphdef::peind, printf(), graphdef::recvind, graphdef::recvptr, graphdef::sendind, and graphdef::sendptr.
Referenced by SetUp().
| void PrintTransferedGraphs | ( | CtrlType * | ctrl, | |
| int | nnbrs, | |||
| idxtype * | peind, | |||
| idxtype * | slens, | |||
| idxtype * | rlens, | |||
| idxtype * | sgraph, | |||
| idxtype * | rgraph | |||
| ) |
Definition at line 187 of file debug.c.
References controldef::comm, MPI_Barrier(), controldef::mype, controldef::npes, and printf().
Referenced by Moc_Global_CreateCoarseGraph().
1.5.5