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_client.cpp

    r1328 r1338  
    400400     for (itMap = itbMap; itMap != iteMap; ++itMap) 
    401401     { 
    402        report(10) << " Memory report : Context <" << context->getId() << "> : client side : memory used for buffer of each connection to server" << endl 
    403                   << "  +) To server with rank " << itMap->first << " : " << itMap->second << " bytes " << endl; 
     402       //report(10) << " Memory report : Context <" << context->getId() << "> : client side : memory used for buffer of each connection to server" << endl 
     403       //           << "  +) To server with rank " << itMap->first << " : " << itMap->second << " bytes " << endl; 
    404404       totalBuf += itMap->second; 
    405405     } 
    406      report(0) << " Memory report : Context <" << context->getId() << "> : client side : total memory used for buffer " << totalBuf << " bytes" << endl; 
     406     //report(0) << " Memory report : Context <" << context->getId() << "> : client side : total memory used for buffer " << totalBuf << " bytes" << endl; 
    407407 
    408408     releaseBuffers(); 
Note: See TracChangeset for help on using the changeset viewer.