Ignore:
Timestamp:
04/14/17 16:53:56 (7 years ago)
Author:
mhnguyen
Message:

Updating 2-level server

+) Make some changes in the way data rebuilt on each level of server
+) Make some changes in the order of functions call during close context to make sure that each server receives the global indexes before calculating index to send to next level
+) Modify some functions to make sure data sent to the correct server pool

Test
+) On Curie
+) Only test_client

File:
1 edited

Legend:

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

    r1071 r1099  
    126126 
    127127         void solveAllEnabledFields(); 
    128          void processGridEnabledFields(); 
     128         void checkGridEnabledFields(); 
     129         void sendGridEnabledFields(); 
    129130 
    130131         std::map<int, StdSize> getAttributesBufferSize(std::map<int, StdSize>& maxEventSize); 
Note: See TracChangeset for help on using the changeset viewer.