]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
add check on mpi implementation
authorsecher <secher>
Wed, 7 Sep 2011 09:43:12 +0000 (09:43 +0000)
committersecher <secher>
Wed, 7 Sep 2011 09:43:12 +0000 (09:43 +0000)
src/MPIContainer/testMPI2.cxx

index 749fc64d925b3afe076b5550e1c8e03591c0d87a..a5ea545aca19c5e600139350bcc86e53e31747e0 100644 (file)
@@ -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