Ignore:
Timestamp:
05/17/17 18:30:38 (7 years ago)
Author:
mhnguyen
Message:

Reading for two-level server

+) Update reading with the changes of grid distribution
+) Correct a minor bug on modification grid mask
+) Do some code cleaning

Test
+) On Curie
+) Work in both mode: classical and two-level
+) Push some *.nc for test_remap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/grid.hpp

    r1129 r1136  
    223223         map<int, CArray<int, 1> > storeIndex_toSrv; 
    224224         map<int, CArray<int, 1> > storeIndex_fromSrv; 
    225          std::vector<map<int,int> > nbSenders; 
     225         std::vector<map<int,int> > nbSenders, nbReadSenders; 
    226226 
    227227         map<int, CArray<size_t, 1> > outIndexFromClient, compressedOutIndexFromClient, outGlobalIndexFromClient; 
Note: See TracChangeset for help on using the changeset viewer.