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

    r593 r598  
    157157         void outputFieldToServer(CArray<double,1>& fieldIn, int rank, CArray<double,1>& fieldOut) ; 
    158158         static void recvIndex(CEventServer& event) ; 
    159          void recvIndex(int rank, CBufferIn& buffer) ; 
     159         void recvIndex(vector<int> ranks, vector<CBufferIn*> buffers) ; 
    160160         void sendIndex(void) ; 
    161161         void sendIndexScalarGrid(); 
Note: See TracChangeset for help on using the changeset viewer.