Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | GPPrintInfo (params_t *params, graph_t *graph) |
void | GPReportResults (params_t *params, graph_t *graph, idx_t *part, idx_t objval) |
Let the game begin!
Definition at line 22 of file gpmetis.c.
References graph_t::adjncy, graph_t::adjwgt, params_t::contig, params_t::ctype, params_t::dbglvl, errexit(), params_t::filename, FreeGraph(), gk_free(), gk_GetCurMemoryUsed(), gk_GetMaxMemoryUsed(), gk_malloc_cleanup(), gk_malloc_init(), GPPrintInfo(), GPReportResults(), params_t::iotimer, params_t::iptype, IsConnected(), params_t::maxmemory, METIS_IPTYPE_GROW, METIS_IPTYPE_RANDOM, METIS_OK, METIS_OPTION_CONTIG, METIS_OPTION_CTYPE, METIS_OPTION_DBGLVL, METIS_OPTION_IPTYPE, METIS_OPTION_MINCONN, METIS_OPTION_NCUTS, METIS_OPTION_NITER, METIS_OPTION_NO2HOP, METIS_OPTION_OBJTYPE, METIS_OPTION_RTYPE, METIS_OPTION_SEED, METIS_OPTION_UFACTOR, METIS_PartGraphKway(), METIS_PartGraphRecursive(), METIS_PTYPE_KWAY, METIS_PTYPE_RB, METIS_SetDefaultOptions(), params_t::minconn, graph_t::ncon, params_t::ncuts, params_t::niter, params_t::no2hop, params_t::nooutput, params_t::nparts, graph_t::nvtxs, params_t::objtype, objval, parse_cmdline(), part, params_t::parttimer, params_t::ptype, ReadGraph(), ReadTPwgts(), params_t::rtype, params_t::seed, status, params_t::tpwgts, params_t::tpwgtsfile, params_t::ubvec, params_t::ubvecstr, params_t::ufactor, graph_t::vsize, graph_t::vwgt, WritePartition(), and graph_t::xadj.
This function prints run parameters
Definition at line 142 of file gpmetis.c.
References params_t::contig, params_t::ctype, ctypenames, params_t::dbglvl, params_t::filename, params_t::iptype, iptypenames, METIS_PTYPE_KWAY, METIS_PTYPE_RB, params_t::minconn, graph_t::ncon, params_t::ncuts, graph_t::nedges, params_t::niter, params_t::no2hop, params_t::nooutput, params_t::nparts, graph_t::nvtxs, params_t::objtype, objtypenames, params_t::ptype, ptypenames, params_t::rtype, rtypenames, params_t::seed, params_t::ubvec, and params_t::ufactor.
Referenced by main().
This function does any post-partitioning reporting
Definition at line 207 of file gpmetis.c.
References ComputePartitionInfo(), params_t::iotimer, params_t::maxmemory, params_t::parttimer, and params_t::reporttimer.
Referenced by main().