Skip to content
Snippets Groups Projects
Commit 11a1077c authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

But only do that on the rank 0 when running with MPI

parent e89175a7
Branches
Tags
1 merge request!1048Atomic gravity and time-step limiter
......@@ -2577,11 +2577,11 @@ void engine_step(struct engine *e) {
#ifdef SWIFT_DEBUG_CHECKS
/* Print the number of active tasks */
engine_print_task_counts(e);
if (e->verbose) engine_print_task_counts(e);
#endif
/* Dump local cells and active particle counts. */
// dumpCells("cells", 1, 0, 0, 0, e->s, e->nodeID, e->step);
/* Dump local cells and active particle counts. */
// dumpCells("cells", 1, 0, 0, 0, e->s, e->nodeID, e->step);
#ifdef SWIFT_DEBUG_CHECKS
/* Check that we have the correct total mass in the top-level multipoles */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment