From: secher Date: Wed, 7 Sep 2011 09:43:12 +0000 (+0000) Subject: add check on mpi implementation X-Git-Tag: Before_0020136~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f01a3911fa7b074af7e1ac958be5763aeed5d056;p=modules%2Fkernel.git add check on mpi implementation --- diff --git a/src/MPIContainer/testMPI2.cxx b/src/MPIContainer/testMPI2.cxx index 749fc64d9..a5ea545ac 100644 --- a/src/MPIContainer/testMPI2.cxx +++ b/src/MPIContainer/testMPI2.cxx @@ -21,7 +21,7 @@ int main(int argc, char**argv) bool debug=false; #ifndef WITHOPENMPI - std::cout << "This test work only with openmpi implementation" << std::endl; + std::cout << "This test only works with openmpi implementation" << std::endl; exit(1); #endif