int CheckFinalRecv() ;
protected:
- int Send( void* sendbuf, int sendcount , int sendoffset , MPI_Datatype sendtype ,
- int target ) ;
- int Recv( void* recvbuf, int recvcount , int recvoffset , MPI_Datatype recvtype ,
- int target ) ;
+// int Send( void* sendbuf, int sendcount , int sendoffset , MPI_Datatype sendtype ,
+// int target ) ;
+// int Recv( void* recvbuf, int recvcount , int recvoffset , MPI_Datatype recvtype ,
+// int target ) ;
int Send( void* sendbuf, int sendcount , int sendoffset , MPI_Datatype sendtype ,
int target, int &SendRequestId ) ;
}
return sts ; } ;
- inline int MPI_AccessDEC::Send( void* sendbuf, int sendcount , int sendoffset ,
- MPI_Datatype sendtype , int target ) {
- int SendRequestId ;
- return Send( sendbuf , sendcount , sendoffset , sendtype , target ,
- SendRequestId ) ; } ;
- inline int MPI_AccessDEC::Recv( void* recvbuf, int recvcount , int recvoffset ,
- MPI_Datatype recvtype , int target ) {
- int RecvRequestId ;
- return Recv( recvbuf , recvcount , recvoffset , recvtype , target ,
- RecvRequestId ) ; } ;
+// inline int MPI_AccessDEC::Send( void* sendbuf, int sendcount , int sendoffset ,
+// MPI_Datatype sendtype , int target ) {
+// int SendRequestId ;
+// return Send( sendbuf , sendcount , sendoffset , sendtype , target ,
+// SendRequestId ) ; } ;
+// inline int MPI_AccessDEC::Recv( void* recvbuf, int recvcount , int recvoffset ,
+// MPI_Datatype recvtype , int target ) {
+// int RecvRequestId ;
+// return Recv( recvbuf , recvcount , recvoffset , recvtype , target ,
+// RecvRequestId ) ; } ;
ostream & operator<< (ostream &,const TimeInterpolationMethod &);