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.hpp

    r2428 r2503  
    6060     static bool checkSumRecv; //!< For debugging, compute a checksum of fields received by the model through the XIOS client 
    6161 
    62      static bool logMemory; //!< Activate memory monitoring for all XIOS process 
     62     static bool logMemory; //!< Activate memory monitoring for all XIOS process (generate CSV file for https://forge.ipsl.jussieu.fr/ioserver/chrome/site/XIOS_TOOLS/xios_memory.html) 
     63     static bool reportMemory; //!< Activate memory reporting for all XIOS process (report in log files) 
    6364 
    6465    public: 
Note: See TracChangeset for help on using the changeset viewer.