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

Only rank 0 reports debugging check activation.

parent dc0dcacd
Branches
Tags
1 merge request!303MPI send/recv fixes for inactive cells
......@@ -290,7 +290,8 @@ int main(int argc, char *argv[]) {
/* Do we have debugging checks ? */
#ifdef SWIFT_DEBUG_CHECKS
message("WARNING: Debugging checks activated. Code will be slower !");
if (myrank == 0)
message("WARNING: Debugging checks activated. Code will be slower !");
#endif
/* Do we choke on FP-exceptions ? */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment