]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/ParaMEDMEMTest/test_MPI_Access_Cyclic_ISend_IRecv.cxx
Salome HOME
MEDCoupling python module is expected to be replaced by medcoupling python module
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_MPI_Access_Cyclic_ISend_IRecv.cxx
index efa226e72c8a8c0bfbb0e53700d5b786f67264e2..d86d35438cf035375e29ab75aef661e8906ab5f6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -52,8 +52,8 @@ void MPIAccessTest::test_MPI_Access_Cyclic_ISend_IRecv() {
   MPI_Comm_rank(MPI_COMM_WORLD,&myrank) ;
 
   if ( size < 3 ) {
-      cerr << "test_MPI_Access_Cyclic_ISend_IRecv must be runned with 3 procs" << endl ;
-    //CPPUNIT_FAIL("test_MPI_Access_Cyclic_ISend_IRecv must be runned with 3 procs") ;
+      cerr << "test_MPI_Access_Cyclic_ISend_IRecv must be run with 3 procs" << endl ;
+    //CPPUNIT_FAIL("test_MPI_Access_Cyclic_ISend_IRecv must be run with 3 procs") ;
     return;
   }