Ignore:
Timestamp:
01/26/16 18:18:58 (8 years ago)
Author:
mhnguyen
Message:

Fixing the bug in ticket 72

+) The distributed axis on client side send info to correct corresponding server
+) Improve serverdistributiondescription class to make it more flexible
+) Create new test_basic_2D only for test cases of 2-d grid

Test
+) On Curie
+) All tests pass

File:
1 edited

Legend:

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

    r775 r815  
    128128         void computeServerIndex(const std::vector<int>& globalDim, int orderPositionInGrid, 
    129129                                 CServerDistributionDescription::ServerDistributionType disType); 
    130          void sendValue(); 
    131          void computeConnectedServer(void); 
     130         void sendValue(const std::vector<int>& globalDim, int orderPositionInGrid, 
     131                        CServerDistributionDescription::ServerDistributionType distType); 
     132         void computeConnectedServer(const std::vector<int>& globalDim, int orderPositionInGrid, 
     133                                     CServerDistributionDescription::ServerDistributionType distType); 
    132134         void sendDistributedValue(); 
    133135         void sendNonDistributedValue(); 
Note: See TracChangeset for help on using the changeset viewer.