Salome HOME
Try to kill Salome application when a YACS Launcher job is killed
[modules/kernel.git] / 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