X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_MPI_Access_ISendRecv.cxx;h=91d2d1576108d89b97f433f1ace75da3ffa128be;hb=c4551c56aa89896595842e5b41b048044681b4e8;hp=0c9ae888f3a2c96db968e5ab20887ae7c5d98562;hpb=bd238ae917aa20ba3fe2f7569883d619b7e4f7a9;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_MPI_Access_ISendRecv.cxx b/src/ParaMEDMEMTest/test_MPI_Access_ISendRecv.cxx index 0c9ae888f..91d2d1576 100644 --- a/src/ParaMEDMEMTest/test_MPI_Access_ISendRecv.cxx +++ b/src/ParaMEDMEMTest/test_MPI_Access_ISendRecv.cxx @@ -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_ISendRecv() { MPI_Comm_rank(MPI_COMM_WORLD,&myrank) ; if ( size < 2 ) { - cerr << "test_MPI_Access_ISendRecv must be runned with 2 procs" << endl ; - //CPPUNIT_FAIL("test_MPI_Access_ISendRecv must be runned with 2 procs") ; + cerr << "test_MPI_Access_ISendRecv must be run with 2 procs" << endl ; + //CPPUNIT_FAIL("test_MPI_Access_ISendRecv must be run with 2 procs") ; return; }