Ignore:
Timestamp:
12/13/12 17:07:45 (12 years ago)
Author:
ymipsl
Message:

implement some memory information

  • buffer memory size managment
  • out of memory managment

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/cxios.cpp

    r382 r400  
    77#include <boost/functional/hash.hpp> 
    88#include "mpi.hpp" 
     9#include "memory.hpp" 
     10#include <new> 
    911 
    1012namespace xios 
     
    2527  void CXios::initialize() 
    2628  { 
     29    set_new_handler(noMemory); 
    2730    parseFile(rootFile); 
    2831    usingServer=getin<bool>("using_server",false) ; 
Note: See TracChangeset for help on using the changeset viewer.