Skip to content

Commit

Permalink
disable MPI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rokzitko committed Oct 23, 2024
1 parent 521a730 commit 0a72c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace NRG {
#define nrglog(c, ...) if (P.logletter(c)) { std::cout << __VA_ARGS__ << std::endl; }
#define nrglogdp(c, ...) if (DP.logletter(c)) { std::cout << __VA_ARGS__ << std::endl; }

#define MPI_DEBUG
//#define MPI_DEBUG

#ifdef MPI_DEBUG
#define mpilog(...) { std::cout << __VA_ARGS__ << std::endl; }
Expand Down

0 comments on commit 0a72c32

Please sign in to comment.