Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | NDPrintInfo (params_t *params, graph_t *graph) |
void | NDReportResults (params_t *params, graph_t *graph, idx_t *perm, idx_t *iperm) |
Let the game begin!
Definition at line 22 of file ndmetis.c.
References graph_t::adjncy, params_t::ccorder, params_t::compress, params_t::ctype, params_t::dbglvl, params_t::filename, FreeGraph(), gk_free(), gk_GetCurMemoryUsed(), gk_GetMaxMemoryUsed(), gk_malloc_cleanup(), gk_malloc_init(), params_t::iotimer, iperm, params_t::iptype, params_t::maxmemory, METIS_NodeND(), METIS_OK, METIS_OPTION_CCORDER, METIS_OPTION_COMPRESS, METIS_OPTION_CTYPE, METIS_OPTION_DBGLVL, METIS_OPTION_IPTYPE, METIS_OPTION_NITER, METIS_OPTION_NO2HOP, METIS_OPTION_NSEPS, METIS_OPTION_PFACTOR, METIS_OPTION_RTYPE, METIS_OPTION_SEED, METIS_OPTION_UFACTOR, METIS_SetDefaultOptions(), graph_t::ncon, NDPrintInfo(), NDReportResults(), params_t::niter, params_t::no2hop, params_t::nooutput, params_t::nseps, graph_t::nvtxs, parse_cmdline(), params_t::parttimer, perm, params_t::pfactor, ReadGraph(), params_t::rtype, params_t::seed, status, params_t::tpwgts, params_t::tpwgtsfile, params_t::ubvec, params_t::ufactor, graph_t::vwgt, WritePermutation(), and graph_t::xadj.
This function prints run parameters
Definition at line 112 of file ndmetis.c.
References params_t::ccorder, params_t::compress, params_t::ctype, ctypenames, params_t::dbglvl, params_t::filename, params_t::iptype, iptypenames, graph_t::nedges, params_t::niter, params_t::no2hop, params_t::nooutput, params_t::nseps, graph_t::nvtxs, params_t::pfactor, params_t::rtype, rtypenames, params_t::seed, and params_t::ufactor.
Referenced by main().
This function does any post-ordering reporting
Definition at line 149 of file ndmetis.c.
References ComputeFillIn(), params_t::iotimer, params_t::maxmemory, params_t::parttimer, and params_t::reporttimer.
Referenced by main().