Ignore:
Timestamp:
05/23/23 16:20:10 (11 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.cpp

    r2427 r2505  
    5555  bool CXios::checkSumSend=false ; 
    5656  bool CXios::logMemory=false ; 
     57  bool CXios::reportMemory=true ; 
    5758 
    5859  CDaemonsManager*    CXios::daemonsManager_=nullptr ; 
     
    118119 
    119120    logMemory = getin<bool>("log_memory", false); 
     121    reportMemory = getin<bool>("memory_report", true); 
    120122 
    121123    globalComm=MPI_COMM_WORLD ; 
Note: See TracChangeset for help on using the changeset viewer.