X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2FMPIAccessTest.hxx;h=f98fb55784b57186fa047c12d6875bcfdfd79475;hb=5f6d7861933f9c7596059d7a847e58624e177216;hp=07d704819213095dc9bda4bdba25890268ff3cfd;hpb=56fddf07c0b7170f79791d38e2b909a8a5b0b872;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/MPIAccessTest.hxx b/src/ParaMEDMEMTest/MPIAccessTest.hxx index 07d704819..f98fb5578 100644 --- a/src/ParaMEDMEMTest/MPIAccessTest.hxx +++ b/src/ParaMEDMEMTest/MPIAccessTest.hxx @@ -27,6 +27,12 @@ #include #include "mpi.h" +// (ABN]: too many text output in the MPIAccesTest - this renders +// the analysis complicated: +#define MPI_ACCESS_VERBOSE 0 +#define debugStream \ + if (!MPI_ACCESS_VERBOSE) {} \ + else std::cout class MPIAccessTest : public CppUnit::TestFixture {