Ignore:
Timestamp:
04/08/16 15:00:15 (8 years ago)
Author:
mhnguyen
Message:

Improvements for dht

+) Implement adaptive hierarchy for dht, level of hierarchy depends on number of processes
+) Remove some redundant codes

Test
+) On Curie
+) All tests are correct

File:
1 edited

Legend:

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

    r830 r833  
    1515namespace xios 
    1616{ 
    17   typedef std::pair<int,int> PairIntInt; 
    18 //struct PairIntInt 
    19 //{ 
    20 ////  PairIntInt(int f, int s) : first(f), second(s) {} 
    21 ////  PairIntInt(const PairIntInt& p) 
    22 ////  { 
    23 ////    this->first = p.first; 
    24 ////    this->second=p.second; 
    25 ////  } 
    26 // 
    27 //  int first; 
    28 //  int second; 
    29 //}; 
     17typedef std::pair<int,int> PairIntInt; 
    3018 
    3119template<typename T> 
Note: See TracChangeset for help on using the changeset viewer.