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

Fix buggy debugging check in scheduler_write_dependencies() when running over MPI

parent 4788741e
No related branches found
No related tags found
No related merge requests found
......@@ -647,7 +647,7 @@ void scheduler_write_dependencies(struct scheduler *s, int verbose, int step) {
fclose(f);
}
#ifdef SWIFT_DEBUG_CHECKS
#if defined(SWIFT_DEBUG_CHECKS) && !defined(WITH_MPI)
/* Check if we have the correct number of dependencies. */
if (step == 0) {
int count_total = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment