From: ageay Date: Tue, 21 Jul 2009 07:37:51 +0000 (+0000) Subject: Suppression of some trace. X-Git-Tag: V5_1_main_FINAL~377 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0037a33f5ef678f2681253460660f816445c642b;p=tools%2Fmedcoupling.git Suppression of some trace. --- diff --git a/src/ParaMEDMEM/MPIAccessDEC.cxx b/src/ParaMEDMEM/MPIAccessDEC.cxx index d05698790..a3c1894f0 100644 --- a/src/ParaMEDMEM/MPIAccessDEC.cxx +++ b/src/ParaMEDMEM/MPIAccessDEC.cxx @@ -73,7 +73,6 @@ namespace ParaMEDMEM _data_messages->resize( _group_size ) ; _time_interpolator = NULL ; _map_of_send_buffers = new map< int , SendBuffStruct * > ; - cout << "MPIAccessDEC" << _my_rank << " Asynchronous " << _asynchronous << endl ; } MPIAccessDEC::~MPIAccessDEC() @@ -102,10 +101,6 @@ namespace ParaMEDMEM double InterpPrecision, int nStepBefore, int nStepAfter ) { - cout << "MPIAccessDEC::SetTimeInterpolator" << _my_rank << " Asynchronous " - << _asynchronous << " TimeInterpolationMethod " << aTimeInterp - << " InterpPrecision " << InterpPrecision << " nStepBefore " << nStepBefore - << " nStepAfter " << nStepAfter << endl ; if ( _time_interpolator ) delete _time_interpolator ; switch ( aTimeInterp ) @@ -300,10 +295,6 @@ namespace ParaMEDMEM } else { - cout << "SendRecv" << _my_rank << " target " << target << " sendbuf " - << &((double *) sendbuf)[sendoffset] << " sendcount " << sendcount - << " recvbuf " << &((double *) recvbuf)[recvoffset] << " recvcount " - << recvcount << endl ; sts = _MPI_access->sendRecv( &((double *) sendbuf)[sendoffset] , sendcount , sendtype , target , SendRequestId , &((double *) recvbuf)[recvoffset] ,