Ignore:
Timestamp:
05/12/23 15:46:18 (14 months ago)
Author:
jderouillat
Message:

Add an option called memory_report (in the xios context, default is true) to activate the memory reporting operated at each xios routine call from models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS2/trunk/src/cxios.cpp

    r2439 r2503  
    4848  bool CXios::checkSumSend=false ; 
    4949  bool CXios::logMemory=false ; 
     50  bool CXios::reportMemory=true ; 
    5051  
    5152  //! Parse configuration file and create some objects from it 
     
    112113 
    113114    logMemory = getin<bool>("log_memory", false); 
     115    reportMemory = getin<bool>("memory_report", true); 
    114116  
    115117    globalComm=MPI_COMM_WORLD ; 
Note: See TracChangeset for help on using the changeset viewer.