Salome HOME
Adapt for C++17
[tools/medcoupling.git] / src / ParaMEDMEMTest / MPIAccessTest.hxx
index 07d704819213095dc9bda4bdba25890268ff3cfd..b53312cc00e3b9e07f1c5318fa1feb3101ba510a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  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 MPIAccessTest : public CppUnit::TestFixture
 {