Ignore:
Timestamp:
10/06/15 17:17:11 (9 years ago)
Author:
mhnguyen
Message:

Templated version of distributed hashed table

+) Implement DHT in more generic way to work with different type of information
+) Some old codes of DHT are kept to be a reference (they will be deleted soon)

Test
+) On local, mode attached, 8 processes
+) test_remap passes and result is correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/client_server_mapping_distributed.hpp

    r720 r721  
    1717#include "mpi.hpp" 
    1818#include <boost/unordered_map.hpp> 
    19 #include "client_client_dht.hpp" 
     19#include "client_client_dht_template.hpp" 
    2020 
    2121namespace xios 
     
    120120    bool isDataDistributed_; 
    121121 
    122  
    123     CClientClientDHT* ccDHT_; 
     122//    CClientClientDHTTemplate<int>* ccDHT_; 
     123    CClientClientDHTInt* ccDHT_; 
    124124}; 
    125125 
Note: See TracChangeset for help on using the changeset viewer.