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

    r591 r598  
    4141                                           const std::vector<CArray<size_t,1>* >& globalIndexOnServer); 
    4242 
    43     std::map<int,int> computeConnectedClients(int nbServer, int nbClient, 
    44                                               MPI_Comm& clientIntraComm, 
    45                                               const std::vector<int>& connectedServerRank); 
     43    static std::map<int,int> computeConnectedClients(int nbServer, int nbClient, 
     44                                                     MPI_Comm& clientIntraComm, 
     45                                                     const std::vector<int>& connectedServerRank); 
    4646 
    4747    const std::map<int, std::vector<size_t> >& getGlobalIndexOnServer() const; 
Note: See TracChangeset for help on using the changeset viewer.