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/client.cpp

    r2427 r2505  
    520520      report(0)<< " Memory report : increasing it by a factor will increase performance, depending of the volume of data wrote in file at each time step of the file"<<endl ; 
    521521      report(100)<<CTimer::getAllCumulatedTime()<<endl ; 
    522       report(100)<<CMemChecker::getAllCumulatedMem()<<endl ; 
     522      if (CXios::reportMemory) 
     523      { 
     524        report(100)<<CMemChecker::getAllCumulatedMem()<<endl ; 
     525      } 
    523526      CWorkflowGraph::drawWorkFlowGraph_client(); 
    524527 
Note: See TracChangeset for help on using the changeset viewer.