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/nc4_data_input.hpp

    r967 r1485  
    2424    /// Constructors /// 
    2525    CNc4DataInput(const StdString& filename, MPI_Comm comm_file, bool multifile, bool isCollective = true, 
    26                   const StdString& timeCounterName = "time_counter"); 
     26                  bool readMetaDataPar = false, const StdString& timeCounterName = "time_counter"); 
    2727    CNc4DataInput(const CNc4DataInput& dataInput);       // Not implemented. 
    2828    CNc4DataInput(const CNc4DataInput* const dataInput); // Not implemented. 
Note: See TracChangeset for help on using the changeset viewer.