Ignore:
Timestamp:
02/11/15 16:23:07 (9 years ago)
Author:
mhnguyen
Message:

Doing some cleans and improving a little bit performance of creating local index on server

+) Add some comments, add some initialization
+) Change the way to calculate local index on server

Test
+) On Curie

File:
1 edited

Legend:

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

    r551 r552  
    1414    /** Default destructor */ 
    1515    virtual ~CDistribution(); 
    16     const CArray<size_t,1>* getGlobalIndex() const; 
    1716 
    1817    int getDims() const; 
    1918    int getRank() const; 
    2019  protected: 
    21     virtual void createGlobalIndex() = 0; // Maybe change to pure ? = 0; 
     20    virtual void createGlobalIndex() = 0; 
    2221  protected: 
    2322    CArray<size_t,1>* globalIndex_; 
Note: See TracChangeset for help on using the changeset viewer.