diff --git a/src/engine.c b/src/engine.c index 5381c84577db945bbf8ea91adb6121cfe523b744..354fa42af9c955f09b64ea2bb6af84e010f3537b 100644 --- a/src/engine.c +++ b/src/engine.c @@ -568,8 +568,8 @@ void engine_repartition(struct engine *e) { idx_t objval; /* Dump graph in METIS format */ - dumpMETISGraph("metis_graph", idx_nr_cells, one, offsets, inds, - weights_v, NULL, weights_e); + /*dumpMETISGraph("metis_graph", idx_nr_cells, one, offsets, inds, + weights_v, NULL, weights_e);*/ if (METIS_PartGraphRecursive(&idx_nr_cells, &one, offsets, inds, weights_v, NULL, weights_e, &idx_nr_nodes, NULL, NULL,