Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/client_server_mapping.hpp

    r1328 r1460  
    3434 
    3535    // Only need global index on client to calculate mapping (supposed client has info of distribution) 
    36     virtual void computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient) = 0; 
     36    virtual void computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient, int nbServer) = 0; 
    3737 
    3838    static std::map<int,int> computeConnectedClients(int nbServer, int nbClient, 
     
    4141 
    4242    const GlobalIndexMap& getGlobalIndexOnServer() const; 
     43 
     44    GlobalIndexMap& getGlobalIndexOnServer(); 
    4345 
    4446  protected: 
Note: See TracChangeset for help on using the changeset viewer.