Ignore:
Timestamp:
05/26/15 16:13:47 (9 years ago)
Author:
rlacroix
Message:

Add the infrastructure to request fields from the server.

This will be used to read input files so add a new file attribute mode to define whether data is written or read from a file.

Currently the data is not actually read and random data is transfered for those fields in read mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/file_attribute.conf

    r538 r598  
    1515DECLARE_ENUM2(par_access, collective, independent) 
    1616DECLARE_ATTRIBUTE(bool,      append) 
     17DECLARE_ENUM2(mode, read, write) 
    1718 
    1819// DECLARE_ATTRIBUTE_DEF(bool, enabled, true) 
Note: See TracChangeset for help on using the changeset viewer.