Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | M2GPrintInfo (params_t *params, mesh_t *mesh) |
void | M2GReportResults (params_t *params, mesh_t *mesh, graph_t *graph) |
Let the game begin!
Definition at line 22 of file m2gmetis.c.
References graph_t::adjncy, CreateGraph(), mesh_t::eind, mesh_t::eptr, params_t::filename, FreeGraph(), FreeMesh(), gk_free(), gk_GetCurMemoryUsed(), gk_GetMaxMemoryUsed(), gk_malloc_cleanup(), gk_malloc_init(), params_t::gtype, params_t::iotimer, M2GPrintInfo(), M2GReportResults(), params_t::maxmemory, mesh, METIS_GTYPE_DUAL, METIS_GTYPE_NODAL, METIS_MeshToDual(), METIS_MeshToNodal(), METIS_OK, params_t::ncommon, graph_t::ncon, mesh_t::ncon, mesh_t::ne, graph_t::nedges, mesh_t::nn, params_t::numflag, graph_t::nvtxs, params_t::outfile, parse_cmdline(), params_t::parttimer, ReadMesh(), status, WriteGraph(), and graph_t::xadj.
This function prints run parameters
Definition at line 99 of file m2gmetis.c.
References params_t::filename, params_t::gtype, gtypenames, params_t::ncommon, mesh_t::ne, mesh_t::nn, and params_t::outfile.
Referenced by main().
This function does any post-metis reporting
Definition at line 122 of file m2gmetis.c.
References params_t::iotimer, params_t::maxmemory, graph_t::nedges, graph_t::nvtxs, params_t::parttimer, and params_t::reporttimer.
Referenced by main().