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/node/file.hpp

    r591 r598  
    105105         void solveAllRefOfEnabledFields(bool sendToServer); 
    106106         void buildAllExpressionOfEnabledFields(); 
     107         void prefetchEnabledReadModeFields(); 
     108         void prefetchEnabledReadModeFieldsIfNeeded(); 
    107109 
    108110         // Add component into file 
Note: See TracChangeset for help on using the changeset viewer.