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.hpp

    r887 r930  
    1212#include "xios_spl.hpp" 
    1313#include "array_new.hpp" 
     14#include <boost/unordered_map.hpp> 
    1415 
    1516namespace xios { 
     
    2223class CDistribution 
    2324{ 
     25  public: 
     26  typedef boost::unordered_map<size_t,int> GlobalLocalMap; 
     27 
    2428  public: 
    2529    /** Default constructor */ 
Note: See TracChangeset for help on using the changeset viewer.