Ignore:
Timestamp:
09/12/16 18:35:00 (8 years ago)
Author:
mhnguyen
Message:

Improving the performance of on server side

+) Replace searching algorithm for global-local index with a better one

Test
+) On Curie
+) Work correct

File:
1 edited

Legend:

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

    r887 r930  
    1414#include "domain.hpp" 
    1515#include "grid.hpp" 
    16 #include <boost/unordered_map.hpp> 
    1716 
    1817namespace xios { 
     
    3130{ 
    3231public: 
    33   typedef boost::unordered_map<size_t,int> GlobalLocalDataMap; 
     32  typedef CDistribution::GlobalLocalMap GlobalLocalDataMap; 
    3433 
    3534  public: 
Note: See TracChangeset for help on using the changeset viewer.