Salome HOME
remove src/MEDCalc/doc
[tools/medcoupling.git] / src / ParaMEDMEMTest / MPIAccessDECTest.hxx
index b4fe3b87fcc2edf4fe6fc83d9c3304fbce60ba4a..5afb6e5d7bc02881bc2f05e7b724ae3d585e3eec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #include <iostream>
 #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 MPIAccessDECTest : public CppUnit::TestFixture
 {