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

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

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 size: 270 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>;
15
16}
Note: See TracBrowser for help on using the repository browser.