// cout << endl ;
// cout << "test_AllToAllDEC" << myrank << " sendbuf " << sendbuf << endl ;
- MPIAccessDEC->CheckSent() ;
+// MPIAccessDEC->CheckSent() ;
int nRecvReq = mpi_access->RecvRequestIdsSize() ;
// cout << "test_AllToAllDEC" << myrank << " WaitAllRecv " << nRecvReq << " Requests" << endl ;
// cout << endl ;
}
- cout << "test_AllToAllDEC" << myrank << " final CheckSent" << endl ;
- MPIAccessDEC->CheckSent() ;
+// cout << "test_AllToAllDEC" << myrank << " final CheckSent" << endl ;
+// MPIAccessDEC->CheckSent() ;
int nSendReq = mpi_access->SendRequestIdsSize() ;
cout << "test_AllToAllDEC" << myrank << " final SendRequestIds " << nSendReq << " SendRequests"
cout << "test_AllToAllTimeDEC" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test_AllToAllTimeDEC" << myrank << " Barrier done" << endl ;
#define maxproc 11
#define maxreq 10000
// MPIAccessDEC->NextTime( nextdeltatime ) ;
}
MPIAccessDEC->SetTime( time , nextdeltatime ) ;
-// cout << "test_AllToAllTimeDEC" << myrank << "=====TIME " << time << "=====DELTATIME "
-// << nextdeltatime << "=====MAXTIME " << maxtime << " ======" << endl ;
+ cout << "test_AllToAllTimeDEC" << myrank << "=====TIME " << time << "=====DELTATIME "
+ << nextdeltatime << "=====MAXTIME " << maxtime << " ======" << endl ;
int * sendbuf = new int[datamsglength*size] ;
// int * sendbuf = (int *) malloc(sizeof(int)*datamsglength*size) ;
int * recvbuf = new int[datamsglength*size] ;
cout << "test_AllToAllTimeDEC" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test_AllToAllTimeDEC" << myrank << " Barrier done" << endl ;
delete sourcegroup ;
delete targetgroup ;
// cout << endl ;
// cout << "test_AllToAllvDEC" << myrank << " sendbuf " << sendbuf << endl ;
- MPIAccessDEC->CheckSent() ;
+// MPIAccessDEC->CheckSent() ;
int nRecvReq = mpi_access->RecvRequestIdsSize() ;
// cout << "test_AllToAllvDEC" << myrank << " WaitAllRecv " << nRecvReq << " Requests" << endl ;
// cout << endl ;
}
- cout << "test_AllToAllvDEC" << myrank << " final CheckSent" << endl ;
- MPIAccessDEC->CheckSent() ;
+// cout << "test_AllToAllvDEC" << myrank << " final CheckSent" << endl ;
+// MPIAccessDEC->CheckSent() ;
int nSendReq = mpi_access->SendRequestIdsSize() ;
cout << "test_AllToAllvDEC" << myrank << " final SendRequestIds " << nSendReq << " SendRequests"
cout << "test_AllToAllvTimeDEC" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test_AllToAllvTimeDEC" << myrank << " Barrier done" << endl ;
#define maxproc 11
-#define maxreq 1000
+#define maxreq 10000
#define datamsglength 10
int sts ;
// MPIAccessDEC->NextTime( nextdeltatime ) ;
}
MPIAccessDEC->SetTime( time , nextdeltatime ) ;
-// cout << "test_AllToAllvTimeDEC" << myrank << "=====TIME " << time << "=====DELTATIME "
-// << nextdeltatime << "=====MAXTIME " << maxtime << " ======" << endl ;
+ cout << "test_AllToAllvTimeDEC" << myrank << "=====TIME " << time << "=====DELTATIME "
+ << nextdeltatime << "=====MAXTIME " << maxtime << " ======" << endl ;
int * sendbuf = new int[datamsglength*size] ;
// int * sendbuf = (int *) malloc(sizeof(int)*datamsglength*size) ;
int * recvbuf = new int[datamsglength*size] ;
cout << "test_AllToAllvTimeDEC" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test_AllToAllvTimeDEC" << myrank << " Barrier done" << endl ;
cout << "test_AllToAllvTimeDEC" << myrank << " CheckFinalSent" << endl ;
sts = MPIAccessDEC->CheckFinalSent() ;
cout << "test_AllToAllvTimeDEC" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test_AllToAllvTimeDEC" << myrank << " Barrier done" << endl ;
delete sourcegroup ;
delete targetgroup ;
MPIAccessDEC->AllToAll( sendbuf, sendcount , MPI_INT ,
recvbuf, recvcount , MPI_INT ) ;
- cout << "test" << myrank << " recvbuf before CheckSent" ;
+ cout << "test" << myrank << " recvbuf " ;
for ( i = 0 ; i < datamsglength*size ; i++ ) {
cout << " " << recvbuf[i] ;
}
cout << endl ;
- cout << "test" << myrank << " sendbuf " << sendbuf << endl ;
- MPIAccessDEC->CheckSent() ;
+// cout << "test" << myrank << " sendbuf " << sendbuf << endl ;
+// MPIAccessDEC->CheckSent() ;
int nRecvReq = mpi_access->RecvRequestIdsSize() ;
cout << "test" << myrank << " WaitAllRecv " << nRecvReq << " Requests" << endl ;
cout << endl ;
}
- cout << "test" << myrank << " final CheckSent" << endl ;
- MPIAccessDEC->CheckSent() ;
+// cout << "test" << myrank << " final CheckSent" << endl ;
+// MPIAccessDEC->CheckSent() ;
int nSendReq = mpi_access->SendRequestIdsSize() ;
cout << "test" << myrank << " final SendRequestIds " << nSendReq << " SendRequests"
cout << "test" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test" << myrank << " Barrier done" << endl ;
#define maxproc 11
#define maxreq 10000
cout << "test" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test" << myrank << " Barrier done" << endl ;
delete sourcegroup ;
delete targetgroup ;
MPIAccessDEC->AllToAllv( sendbuf, sendcounts , sdispls , MPI_INT ,
recvbuf, recvcounts , rdispls , MPI_INT ) ;
- cout << "test" << myrank << " recvbuf before CheckSent" ;
+ cout << "test" << myrank << " recvbuf " ;
for ( i = 0 ; i < datamsglength*size ; i++ ) {
cout << " " << recvbuf[i] ;
}
cout << endl ;
- cout << "test" << myrank << " sendbuf " << sendbuf << endl ;
- MPIAccessDEC->CheckSent() ;
+// cout << "test" << myrank << " sendbuf " << sendbuf << endl ;
+// MPIAccessDEC->CheckSent() ;
int nRecvReq = mpi_access->RecvRequestIdsSize() ;
cout << "test" << myrank << " WaitAllRecv " << nRecvReq << " Requests" << endl ;
cout << endl ;
}
- cout << "test" << myrank << " final CheckSent" << endl ;
- MPIAccessDEC->CheckSent() ;
+// cout << "test" << myrank << " final CheckSent" << endl ;
+// MPIAccessDEC->CheckSent() ;
int nSendReq = mpi_access->SendRequestIdsSize() ;
cout << "test" << myrank << " final SendRequestIds " << nSendReq << " SendRequests"
cout << "test" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test" << myrank << " Barrier done" << endl ;
#define maxproc 11
#define maxreq 1000
cout << "test" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test" << myrank << " Barrier done" << endl ;
cout << "test" << myrank << " CheckFinalSent" << endl ;
sts = MPIAccessDEC->CheckFinalSent() ;
cout << "test" << myrank << " Barrier :" << endl ;
mpi_access->Barrier() ;
+ cout << "test" << myrank << " Barrier done" << endl ;
delete sourcegroup ;
delete targetgroup ;