Ignore:
Timestamp:
10/22/12 13:47:08 (12 years ago)
Author:
ymipsl
Message:
  • zoom can be output in single file without need to patch the netcdf library
  • sequential version of netcdf4 are now managed. Can be used to output in multiple_file mode

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/file.hpp

    r369 r379  
    1010#include "attribute_enum.hpp" 
    1111#include "attribute_enum_impl.hpp" 
     12#include <mpi.h> 
    1213 
    1314 
     
    9394         static ENodeType GetType(void); 
    9495          
    95          bool AllDomainEmpty ; 
     96         bool allDomainEmpty ; 
    9697         CField* addField(const string& id="") ; 
    9798         CFieldGroup* addFieldGroup(const string& id="") ; 
     
    115116         int nbDomain ; 
    116117         bool isOpen ; 
     118         MPI_Comm fileComm ; 
    117119      private : 
    118120 
Note: See TracChangeset for help on using the changeset viewer.