Ignore:
Timestamp:
06/18/18 20:32:55 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1544

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/client_server_mapping_distributed.cpp

    r1460 r1545  
    2020{ 
    2121 
    22 CClientServerMappingDistributed::CClientServerMappingDistributed(const boost::unordered_map<size_t,int>& globalIndexOfServer, 
     22CClientServerMappingDistributed::CClientServerMappingDistributed(const std::unordered_map<size_t,int>& globalIndexOfServer, 
    2323                                                                 const MPI_Comm& clientIntraComm, bool isDataDistributed) 
    2424  : CClientServerMapping(), ccDHT_(0) 
Note: See TracChangeset for help on using the changeset viewer.