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/config/file_attribute.conf

    r1201 r1485  
    2121DECLARE_ATTRIBUTE(bool,      append) 
    2222DECLARE_ENUM2(mode,          read, write) 
     23DECLARE_ATTRIBUTE(bool,      read_metadata_par) 
    2324DECLARE_ENUM7(time_counter,  centered, instant, record, exclusive, centered_exclusive, instant_exclusive, none) 
    2425DECLARE_ATTRIBUTE(StdString, time_counter_name) 
Note: See TracChangeset for help on using the changeset viewer.