]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/ParaMEDMEMTest/test_MPI_Access_Cyclic_Send_Recv.cxx
Salome HOME
MEDCoupling python module is expected to be replaced by medcoupling python module
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_MPI_Access_Cyclic_Send_Recv.cxx
index 9f55ca8e80ad42b2cb4854c857cd71341870b067..c4daa2f5f3e02a2f7ea3641a955e443d32dce215 100644 (file)
@@ -51,8 +51,8 @@ void MPIAccessTest::test_MPI_Access_Cyclic_Send_Recv() {
   MPI_Comm_rank(MPI_COMM_WORLD,&myrank) ;
 
   if ( size < 3 ) {
-      cerr << "test_MPI_Access_Send_Recv must be runned with 3 procs" << endl ;
-    //CPPUNIT_FAIL("test_MPI_Access_Send_Recv must be runned with 3 procs") ;
+      cerr << "test_MPI_Access_Send_Recv must be run with 3 procs" << endl ;
+    //CPPUNIT_FAIL("test_MPI_Access_Send_Recv must be run with 3 procs") ;
     return;
   }