Ignore:
Timestamp:
04/01/15 17:52:53 (9 years ago)
Author:
mhnguyen
Message:

Implementing new hash algorithm and fixing bug related to zoom

+) Replace boost hash with hash algorithm of Jenkins
+) Domain, if an attribute is non-empty for one client, it should also be non-empty for others inspite of zoom
+) Replace the way to find the number of client connecting to a server to make sure every server receive a message

Test
+) On Curie
+) test_client: passed and results are same like before
+) test_complete: passed, results are partially the same, the different part comes from added working operation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/grid.hpp

    r568 r584  
    223223        CClientServerMapping* clientServerMap_; 
    224224        size_t writtenDataSize_; 
     225        std::map<int,size_t> connectedDataSize_; 
     226        std::vector<int> connectedServerRank_; 
    225227   }; // class CGrid 
    226228 
Note: See TracChangeset for help on using the changeset viewer.