Ignore:
Timestamp:
08/04/17 16:03:34 (7 years ago)
Author:
mhnguyen
Message:

Making some changes to allow pools with different number of server

+) Associate context client to each grid distribution (This should be changed in the future)
+) Correct some buffer size estimation
+) Clean some redundant code and add comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/field.hpp

    r1232 r1236  
    100100         void resetNStepMax(); 
    101101 
    102          std::map<int, StdSize> getGridAttributesBufferSize(); 
    103          std::vector<std::map<int, StdSize> > getGridDataBufferSize(); // Grid data buffer size for each connection of contextclient 
     102         std::map<int, StdSize> getGridAttributesBufferSize(CContextClient* client); 
     103         std::map<int, StdSize> getGridDataBufferSize(CContextClient* client); // Grid data buffer size for each connection of contextclient 
    104104 
    105105       public: 
Note: See TracChangeset for help on using the changeset viewer.