Ignore:
Timestamp:
11/21/17 10:47:57 (6 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/context_server.cpp

    r1328 r1338  
    254254    { 
    255255      finished=true; 
    256       info(20)<<"Server Side context <"<<context->getId()<<"> finalized"<<endl; 
     256      //info(20)<<"Server Side context <"<<context->getId()<<"> finalized"<<endl; 
    257257      std::map<int, StdSize>::const_iterator itbMap = mapBufferSize_.begin(), 
    258258                                             iteMap = mapBufferSize_.end(), itMap; 
     
    260260      for (itMap = itbMap; itMap != iteMap; ++itMap) 
    261261      { 
    262         report(10)<< " Memory report : Context <"<<context->getId()<<"> : server side : memory used for buffer of each connection to client" << endl 
    263                   << "  +) With client of rank " << itMap->first << " : " << itMap->second << " bytes " << endl; 
     262        //report(10)<< " Memory report : Context <"<<context->getId()<<"> : server side : memory used for buffer of each connection to client" << endl 
     263        //          << "  +) With client of rank " << itMap->first << " : " << itMap->second << " bytes " << endl; 
    264264        totalBuf += itMap->second; 
    265265      } 
    266266      context->finalize(); 
    267       report(0)<< " Memory report : Context <"<<context->getId()<<"> : server side : total memory used for buffer "<<totalBuf<<" bytes"<<endl; 
     267      //report(0)<< " Memory report : Context <"<<context->getId()<<"> : server side : total memory used for buffer "<<totalBuf<<" bytes"<<endl; 
    268268    } 
    269269    else if (event.classId==CContext::GetType()) CContext::dispatchEvent(event); 
Note: See TracChangeset for help on using the changeset viewer.