Skip to content
Snippets Groups Projects
Commit 00565470 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

fix debug output shown in non debug build in ALL_Staggered.hpp

parent c1cd1a75
Branches
No related tags found
2 merge requests!9introduce namespace ALL, ALL_ -> ALL::,!8Refactor
Pipeline #47690 failed
......@@ -301,7 +301,7 @@ template <class T, class W> void Staggered_LB<T, W>::balance(int) {
MPI_Wait(&sreq, &sstat);
MPI_Wait(&rreq, &rstat);
#ifndef ALL_DEBUG_ENABLED
#ifdef ALL_DEBUG_ENABLED
MPI_Barrier(this->globalComm);
std::cout << this->localRank << ": shift = " << shift
<< " remoteShift = " << remote_shift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment