test_AllToAllDEC( true ) ;
}
+#if 0
static void chksts( int sts , int myrank , ParaMEDMEM::MPIAccess mpi_access ) {
char msgerr[MPI_MAX_ERROR_STRING] ;
int lenerr ;
}
return ;
}
+#endif
void MPIAccessDECTest::test_AllToAllDEC( bool Asynchronous ) {
test_AllToAllvDEC( true ) ;
}
+#if 0
static void chksts( int sts , int myrank , ParaMEDMEM::MPIAccess mpi_access ) {
char msgerr[MPI_MAX_ERROR_STRING] ;
int lenerr ;
}
return ;
}
+#endif
void MPIAccessDECTest::test_AllToAllvDEC( bool Asynchronous ) {
// 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) ;
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 << "========================================================"