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

    r569 r584  
    3333    virtual void computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient) = 0; 
    3434 
    35     // In case of computing local index on client sent to server 
    36     virtual void computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient, 
    37                                            const CArray<int,1>& localIndexOnClient) = 0; 
     35//    // In case of computing local index on client sent to server 
     36//    virtual void computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient, 
     37//                                           const CArray<int,1>& localIndexOnClient) = 0; 
    3838 
    3939    // Simple case, global index on client and index on servers 
Note: See TracChangeset for help on using the changeset viewer.