Ignore:
Timestamp:
06/06/17 19:06:45 (7 years ago)
Author:
yushan
Message:

fix bad commit. Back to R1155 branch not merged

File:
1 edited

Legend:

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

    r1157 r1160  
    1414#include "type.hpp" 
    1515#include "xios_spl.hpp" 
    16 #include "timer.hpp" 
    17 #include "memtrack.hpp" 
    1816 
    1917namespace xios { 
     
    403401   void CContext::closeDefinition(void) 
    404402   { 
    405      CTimer::get("Context : close definition").resume() ; 
    406403     // There is nothing client need to send to server 
    407404     if (hasClient) 
     
    457454      startPrefetchingOfEnabledReadModeFiles(); 
    458455    } 
    459     CTimer::get("Context : close definition").suspend() ; 
    460456   } 
    461457 
     
    12111207   { 
    12121208      calendar->update(step); 
    1213 #ifdef XIOS_MEMTRACK_LIGHT 
    1214       #pragma omp critical (_output) 
    1215       info(50) << " Current memory used by XIOS : "<<  MemTrack::getCurrentMemorySize()*1.0/(1024*1024)<<" Mbyte, at timestep "<<step<<" of context "<<this->getId()<<endl ; 
    1216 #endif 
     1209 
    12171210 
    12181211      if (hasClient) 
Note: See TracChangeset for help on using the changeset viewer.