X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_MPI_Access_Send_Recv.cxx;h=a041b8b3bc19cd4a4c45f6c2a69d9d6a64091b63;hb=dcc261ea8b9015285a05b5f7bc2960d883815c9a;hp=45827ee3fcb704e2b65337782d74e7a21f6ad7df;hpb=e8f616a523471bd47f2eb60e6fded7b2b6363639;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_MPI_Access_Send_Recv.cxx b/src/ParaMEDMEMTest/test_MPI_Access_Send_Recv.cxx index 45827ee3f..a041b8b3b 100644 --- a/src/ParaMEDMEMTest/test_MPI_Access_Send_Recv.cxx +++ b/src/ParaMEDMEMTest/test_MPI_Access_Send_Recv.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 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 @@ -50,8 +50,8 @@ void MPIAccessTest::test_MPI_Access_Send_Recv() { MPI_Comm_rank(MPI_COMM_WORLD,&myrank) ; if ( size < 2 ) { - cerr << "test_MPI_Access_Send_Recv must be runned with 2 procs" << endl ; - //CPPUNIT_FAIL("test_MPI_Access_Send_Recv must be runned with 2 procs") ; + cerr << "test_MPI_Access_Send_Recv must be run with 2 procs" << endl ; + //CPPUNIT_FAIL("test_MPI_Access_Send_Recv must be run with 2 procs") ; return; }