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_distributed.cpp

    r1328 r1460  
    3636   Compute mapping global index of server which client sends to. 
    3737   \param [in] globalIndexOnClient global index client has 
     38   \param [in] nbServer size of server's intracomm 
    3839*/ 
    39 void CClientServerMappingDistributed::computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient) 
     40void CClientServerMappingDistributed::computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient, int nbServer) 
    4041{ 
    41   CContext* context=CContext::getCurrent() ; 
    42   CContextClient* client=context->client ; 
    43   int nbServer=client->serverSize; 
    4442 
    4543  ccDHT_->computeIndexInfoMapping(globalIndexOnClient); 
Note: See TracChangeset for help on using the changeset viewer.