X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_MPI_Access_IProbe.cxx;h=46c391ee14a507c4c8cde39d51e754614627feb9;hb=dcc261ea8b9015285a05b5f7bc2960d883815c9a;hp=00b89abf0734370b7cded0a3ee40a1e5bfee5a97;hpb=1e36a6710aab710674e20fbd89f6a9a8f238c023;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_MPI_Access_IProbe.cxx b/src/ParaMEDMEMTest/test_MPI_Access_IProbe.cxx index 00b89abf0..46c391ee1 100644 --- a/src/ParaMEDMEMTest/test_MPI_Access_IProbe.cxx +++ b/src/ParaMEDMEMTest/test_MPI_Access_IProbe.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 @@ -58,7 +58,7 @@ void MPIAccessTest::test_MPI_Access_IProbe() { if ( size < 2 ) { ostringstream strstream ; - strstream << "test_MPI_Access_IProbe must be runned with 2 procs" << endl ; + strstream << "test_MPI_Access_IProbe must be run with 2 procs" << endl ; cerr << strstream.str() << endl ; //CPPUNIT_FAIL( strstream.str() ) ; return; @@ -81,7 +81,7 @@ void MPIAccessTest::test_MPI_Access_IProbe() { int target = 1 - myrank ; int sendbuf[10] ; int RequestId[10] ; - int sts ; + int sts = 0; int i ; for ( i = 0 ; i < 10 ; i++ ) { if ( myrank == 0 ) {