Ignore:
Timestamp:
06/09/16 11:33:30 (8 years ago)
Author:
mhnguyen
Message:

Removing the usage of blocking MPI on transformations

+) Use non-blocking MPI for axis inversion

Test
+) On Curie
+) test pass

File:
1 edited

Legend:

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

    r867 r869  
    4848 
    4949    const Index2VectorInfoTypeMap& getInfoIndexMap() const {return indexToInfoMappingLevel_; } 
     50    Index2VectorInfoTypeMap& getInfoIndexMap() {return indexToInfoMappingLevel_; } 
    5051    int getNbClient() { return nbClient_; } 
    5152 
Note: See TracChangeset for help on using the changeset viewer.