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/output/nc4_data_output.hpp

    r369 r379  
    2525               (const StdString & filename, bool exist); 
    2626            CNc4DataOutput 
    27                (const StdString & filename, bool exist, MPI_Comm comm_server, bool multifile, bool isCollective=true); 
     27               (const StdString & filename, bool exist, MPI_Comm comm_file, bool multifile, bool isCollective=true); 
    2828 
    2929            CNc4DataOutput(const CNc4DataOutput & dataoutput);       // Not implemented. 
     
    8888 
    8989            /// Propriétés privées /// 
    90             MPI_Comm comm_server; 
     90            MPI_Comm comm_file; 
    9191            const StdString filename; 
    9292 
Note: See TracChangeset for help on using the changeset viewer.