Ignore:
Timestamp:
11/22/22 14:25:20 (17 months ago)
Author:
jderouillat
Message:

Backport the XIOS3 system to log the memory consumption (commit ID [2418-2420,2425-2426])

File:
1 edited

Legend:

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

    r2029 r2428  
    1010#include "mpi.hpp" 
    1111#include "timer.hpp" 
     12#include "mem_checker.hpp"  
    1213#include "buffer_client.hpp" 
    1314#include "string_tools.hpp" 
     
    302303      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 ; 
    303304      report(100)<<CTimer::getAllCumulatedTime()<<endl ; 
     305      report(100)<<CMemChecker::getAllCumulatedMem()<<endl ; 
    304306   } 
    305307 
Note: See TracChangeset for help on using the changeset viewer.