Ignore:
Timestamp:
05/23/23 16:20:10 (13 months ago)
Author:
jderouillat
Message:

Backport 2500, 2502 (convex cells) and 2503 (memory_report option) from XIOS2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/branches/xios-3.0-beta/src/cxios.hpp

    r2427 r2505  
    6868     static bool checkSumRecv; //!< For debugging, compute a checksum of fields received by the model through the XIOS client 
    6969 
    70      static bool logMemory; //!< Activate memory monitoring for all XIOS process 
     70     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) 
     71     static bool reportMemory; //!< Activate memory reporting for all XIOS process (report in log files) 
    7172 
    7273     static const string defaultPoolId ; 
Note: See TracChangeset for help on using the changeset viewer.