Ignore:
Timestamp:
06/06/17 17:09:31 (7 years ago)
Author:
yushan
Message:

branch re-merged with trunk @1156

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/src/node/context.cpp

    r1156 r1157  
    1616#include "timer.hpp" 
    1717#include "memtrack.hpp" 
    18  
    1918 
    2019namespace xios { 
     
    12121211   { 
    12131212      calendar->update(step); 
    1214       #ifdef XIOS_MEMTRACK_LIGHT 
     1213#ifdef XIOS_MEMTRACK_LIGHT 
     1214      #pragma omp critical (_output) 
    12151215      info(50) << " Current memory used by XIOS : "<<  MemTrack::getCurrentMemorySize()*1.0/(1024*1024)<<" Mbyte, at timestep "<<step<<" of context "<<this->getId()<<endl ; 
    12161216#endif 
     1217 
    12171218      if (hasClient) 
    12181219      { 
Note: See TracChangeset for help on using the changeset viewer.