Skip to content
Snippets Groups Projects
Commit 93d81a79 authored by James Willis's avatar James Willis
Browse files

Remove dumpCellRanks debug.

parent aee1e4d3
No related branches found
No related tags found
1 merge request!578Swift velociraptor
...@@ -884,12 +884,6 @@ int main(int argc, char *argv[]) { ...@@ -884,12 +884,6 @@ int main(int argc, char *argv[]) {
engine_dump_snapshot(&e); engine_dump_snapshot(&e);
engine_print_stats(&e); engine_print_stats(&e);
#ifdef HAVE_METIS
dumpCellRanks("metis_partition", e.s->cells_top, e.s->nr_cells);
#else
dumpCellRanks("basic_partition", e.s->cells_top, e.s->nr_cells);
#endif
} }
/* Legend */ /* Legend */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment