source: XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/client_client_dht_decl.cpp @ 1960

Last change on this file since 1960 was 1918, checked in by ymipsl, 4 years ago

Big update on on going work related to data distribution and transfer between clients and servers.

  • move all related file into distribution directorie
  • implement the concept of data "View"
  • implement the concept of "connector" which make the data transfer between 2 differents "Views"

YM

  • Property svn:eol-style set to native
File size: 422 bytes
Line 
1/*!
2   \file client_client_dht.cpp
3   \author Ha NGUYEN
4   \since 05 Oct 2015
5   \date 23 Mars 2016
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<size_t>;
16template class CClientClientDHTTemplate<double>;
17template class CClientClientDHTTemplate<PairIntInt>;
18
19}
Note: See TracBrowser for help on using the repository browser.