From f01a3911fa7b074af7e1ac958be5763aeed5d056 Mon Sep 17 00:00:00 2001 From: secher Date: Wed, 7 Sep 2011 09:43:12 +0000 Subject: [PATCH] add check on mpi implementation --- src/MPIContainer/testMPI2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2