]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Suppression of warnings.
authorageay <ageay>
Tue, 26 Oct 2010 06:07:05 +0000 (06:07 +0000)
committerageay <ageay>
Tue, 26 Oct 2010 06:07:05 +0000 (06:07 +0000)
src/ParaMEDMEMTest/test_AllToAllDEC.cxx
src/ParaMEDMEMTest/test_AllToAllvDEC.cxx
src/ParaMEDMEMTest/test_AllToAllvTimeDEC.cxx
src/ParaMEDMEMTest/test_MPI_Access_ISend_IRecv_Length_1.cxx

index 498fbc046fe609e882d1f6d58373408be2e4845e..5d2ba450b0fc7ac57c132d27a29f832124e7d017 100644 (file)
@@ -43,6 +43,7 @@ void MPIAccessDECTest::test_AllToAllDECAsynchronousPointToPoint() {
   test_AllToAllDEC( true ) ;
 }
 
+#if 0
 static void chksts( int sts , int myrank , ParaMEDMEM::MPIAccess mpi_access ) {
   char msgerr[MPI_MAX_ERROR_STRING] ;
   int lenerr ;
@@ -60,6 +61,7 @@ static void chksts( int sts , int myrank , ParaMEDMEM::MPIAccess mpi_access ) {
   }
   return ;
 }
+#endif
 
 void MPIAccessDECTest::test_AllToAllDEC( bool Asynchronous ) {
 
index 0a294ba917ad48dbc608317b85fb5b77d7e276e2..0e9f81c4446bac627d9e60e46cce5073c4b93ada 100644 (file)
@@ -47,6 +47,7 @@ void MPIAccessDECTest::test_AllToAllvDECAsynchronousPointToPoint() {
   test_AllToAllvDEC( true ) ;
 }
 
+#if 0
 static void chksts( int sts , int myrank , ParaMEDMEM::MPIAccess mpi_access ) {
   char msgerr[MPI_MAX_ERROR_STRING] ;
   int lenerr ;
@@ -64,6 +65,7 @@ static void chksts( int sts , int myrank , ParaMEDMEM::MPIAccess mpi_access ) {
   }
   return ;
 }
+#endif
 
 void MPIAccessDECTest::test_AllToAllvDEC( bool Asynchronous ) {
 
index 5d4cac7b23135bbbdf18f1875f9d6fd5647a15ce..0404ba6fcf5b590ad5e39327116679e55b009f09 100644 (file)
@@ -174,7 +174,7 @@ void MPIAccessDECTest::test_AllToAllvTimeDEC( bool Asynchronous , bool UseMPINat
       //       MyMPIAccessDEC->NextTime( nextdeltatime ) ;
     }
     MyMPIAccessDEC->setTime( timeLoc , nextdeltatime ) ;
-    cout << "test_AllToAllvTimeDEC" << myrank << "=====TIME " << time << "=====DELTATIME "
+    cout << "test_AllToAllvTimeDEC" << myrank << "=====TIME " << "=====DELTATIME "
          << nextdeltatime << "=====MAXTIME " << maxtime << " ======" << endl ; 
     int * sendbuf = new int[datamsglength*size] ;
     //     int * sendbuf = (int *) malloc(sizeof(int)*datamsglength*size) ;
index f463d68d262010716d7627647969d39d6fe805ba..470d058d27e1908c0bf72ccad379b254b208f4cb 100644 (file)
@@ -212,7 +212,7 @@ void MPIAccessTest::test_MPI_Access_ISend_IRecv_Length_1() {
           mpi_access.status( RecvRequestId[i] , source , tag , error ,
                              outcount ) ;
           if ( i != 0 ) {
-            if ( outcount != 1000*i |
+            if ( outcount != 1000*i ||
                  (recvbuf[i][outcount-1] != (outcount-1)) ) {
               ostringstream strstream ;
               strstream << "========================================================"