Ignore:
Timestamp:
04/17/18 11:55:51 (6 years ago)
Author:
oabramkina
Message:

Enforcing sequential I/O on the client side during reading of metadata by client processes. Parallel I/O can still be used in this case via setting file attribute "read_metadata_par" to true.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/io/inetcdf4.hpp

    r1445 r1485  
    2323      /// Constructors /// 
    2424      CINetCDF4(const StdString& filename, const MPI_Comm* comm = NULL, bool multifile = true, 
    25                 const StdString& timeCounterName = "time_counter"); 
     25                bool readMetaDataPar = false, const StdString& timeCounterName = "time_counter"); 
     26 
    2627      CINetCDF4(const CINetCDF4& inetcdf4);       // Not implemented. 
    2728      CINetCDF4(const CINetCDF4* const inetcdf4); // Not implemented. 
Note: See TracChangeset for help on using the changeset viewer.