source: XIOS/trunk/src/client_client_dht_decl.cpp @ 829

Last change on this file since 829 was 829, checked in by mhnguyen, 8 years ago

Refactoring transformation code

+) On exchanging information during transformation, not only global index are sent but also local index
+) Correct a bug in distributed hash table (dht)
+) Add new type for dht
+) Clean up some redundant codes

Test
+) On Curie
+) Every test passes
+) Code runs faster in some cases (up to 30%)

File size: 323 bytes
Line 
1/*!
2   \file client_client_dht.cpp
3   \author Ha NGUYEN
4   \since 05 Oct 2015
5   \date 05 Oct 2015
6
7   \brief Distributed hashed table implementation.
8 */
9#include "client_client_dht_template_impl.hpp"
10
11namespace xios
12{
13
14template class CClientClientDHTTemplate<int>;
15template class CClientClientDHTTemplate<PairIntInt>;
16
17}
Note: See TracBrowser for help on using the repository browser.