From 2be34f3e9b0abc93d85f60f2a5fd93a7a1207b84 Mon Sep 17 00:00:00 2001 From: rahuel Date: Mon, 28 Jan 2008 14:53:35 +0000 Subject: [PATCH] =?utf8?q?Mise=20en=20commentaire=20de=20deux=20methodes?= =?utf8?q?=20inline=20inutilis=C3=A9es=20qui=20ne=20compilent=20pas=20avec?= =?utf8?q?=20MPICH?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/ParaMEDMEM/MPI_AccessDEC.hxx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/ParaMEDMEM/MPI_AccessDEC.hxx b/src/ParaMEDMEM/MPI_AccessDEC.hxx index abb167a5d..30b4fd5b7 100644 --- a/src/ParaMEDMEM/MPI_AccessDEC.hxx +++ b/src/ParaMEDMEM/MPI_AccessDEC.hxx @@ -59,10 +59,10 @@ namespace ParaMEDMEM { 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 ) ; @@ -184,16 +184,16 @@ namespace ParaMEDMEM { } 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 &); -- 2.39.2