]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorrahuel <rahuel@opencascade.com>
Fri, 25 Jan 2008 14:51:23 +0000 (14:51 +0000)
committerrahuel <rahuel@opencascade.com>
Fri, 25 Jan 2008 14:51:23 +0000 (14:51 +0000)
src/ParaMEDMEM/MPI_Access.cxx

index a6dce7a3b51126f7be2d3005dc42c9d516363ad0..2a5649060e570373e9ddee6d28749352a6a6a5a1 100644 (file)
@@ -682,7 +682,6 @@ int MPI_Access::TestAll(int count, int *array_of_RequestIds, int &flag) {
 int MPI_Access::WaitSome(int count, int *array_of_RequestIds, int outcount,
                          int *outarray_of_RequestIds) {
   int status = MPI_ERR_OTHER ;
-  RequestId = -1 ;
   cout << "MPI_Access::WaitSome not yet implemented" << endl ;
   return status ;
 }
@@ -690,7 +689,6 @@ int MPI_Access::WaitSome(int count, int *array_of_RequestIds, int outcount,
 int MPI_Access::TestSome(int count, int *array_of_RequestIds, int outcounts,
                          int *outarray_of_RequestIds) {
   int status = MPI_ERR_OTHER ;
-  RequestId = -1 ;
   cout << "MPI_Access::TestSome not yet implemented" << endl ;
   return status ;
 }