Ignore:
Timestamp:
04/26/16 16:04:04 (8 years ago)
Author:
mhnguyen
Message:

Several improvements

+) Replace some time-consuming operations by simpler ones

Test
+) On Curie
+) All tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/distribution_client.hpp

    r834 r843  
    6262                              const std::vector<CAxis*>& axisList, 
    6363                              const CArray<bool,1>& axisDomainOrder); 
    64     void readDomainIndex(const std::vector<CDomain*>& domList); 
    65     void readAxisIndex(const std::vector<CAxis*>& axisList); 
    6664  private: 
    6765    //! Create local index of a domain 
     
    9290    std::vector<int> nZoomBegin_; //!< Begin index of zoom of each dimension 
    9391    std::vector<int> nZoomEnd_; //!< End index of zoom of each dimension 
    94     std::vector<std::vector<CArray<int,1> > > nIndexDomain_; //!< Local index of each domain dimension (e.x: i_index, j_index) 
    95     std::vector<CArray<int,1> > nIndexAxis_; 
    9692 
    9793    // Data_n_index of domain or axis (For now, axis uses its size as data_n_index 
Note: See TracChangeset for help on using the changeset viewer.