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

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

Weight computation of dynamic transformation is done only one for each time stamp

+) Each weight computation of dynamic transformation attached to timestamp
+) Remove some redundant codes

Test
+) On Curie
+) All tests pass

File size: 324 bytes
RevLine 
[721]1/*!
2   \file client_client_dht.cpp
3   \author Ha NGUYEN
4   \since 05 Oct 2015
[832]5   \date 23 Mars 2016
[721]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>;
[829]15template class CClientClientDHTTemplate<PairIntInt>;
[721]16
17}
Note: See TracBrowser for help on using the repository browser.