Ignore:
Timestamp:
09/29/15 14:01:53 (9 years ago)
Author:
mhnguyen
Message:

Correcting a bug in interpolation domain

+) Replace shared send buffer by seperate buffer for each proc
+) Remove some redundant codes

Test
+) On Curie
+) test_client, test_complete and test_remap pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp

    r668 r709  
    3232                                                             std::map<size_t, std::vector<std::pair<size_t,double> > >& globaIndexWeightFromDestToSource) 
    3333{ 
    34   std::map<int, std::vector<int> >::const_iterator itbTransMap = transformationMapping_.begin(), 
    35                                                    itTransMap = itbTransMap, 
     34  std::map<int, std::vector<int> >::const_iterator itbTransMap = transformationMapping_.begin(), itTransMap, 
    3635                                                   iteTransMap = transformationMapping_.end(); 
    3736  std::map<int, std::vector<double> >::const_iterator itTransWeight = transformationWeight_.begin(); 
    38   std::map<size_t, std::vector<std::pair<size_t,double> > >::iterator iteWeight, itWeight; 
    39   std::vector<int>::const_iterator itbVec, itVec, iteVec; 
    4037  std::vector<std::vector<size_t> > globalIndexSrcGrid; 
    4138  CArray<size_t,1> globalIndexDestGrid; 
Note: See TracChangeset for help on using the changeset viewer.