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/mpi_tag.hpp

    r829 r833  
    1313/* Tag for mpi communication to send and receive info in distributed hashed table version 1*/ 
    1414#define MPI_DHT_INFO_0 22 
     15 
     16/* Tag for mpi communication to send and receive index in distributed hashed table version 1*/ 
     17#define MPI_DHT_INDEX_1 27 
     18 
     19/* Tag for mpi communication to send and receive info in distributed hashed table version 1*/ 
     20#define MPI_DHT_INFO_1 24 
    1521 
    1622/* Tag for mpi communication to send and receive info of current grid source in grid transformation*/ 
Note: See TracChangeset for help on using the changeset viewer.