Ignore:
Timestamp:
05/11/17 18:25:20 (7 years ago)
Author:
mhnguyen
Message:

Updating two-level server.
Each client now can play the role of server: It can forward data to other clients or write data like a server.
Each client must combine all data received from other client(s) before forward them or write them on files

+) Correct some bugs of exchange data_index in domain and axis
+) Reorder some functions in context.cpp to make sure that all necessary attributes are available before computing index
+) Add the mapping index for client to write data.

Test
+) On Curie
+) test_client and test_complete
+) Mode:

  • Only one level: Correct
  • Two levels: Work if using ddt (bug)

+) Only zoom is tested but other transformations should work
+) No reading test

File:
1 edited

Legend:

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

    r1071 r1129  
    105105         void solveOnlyRefOfEnabledFields(bool sendToServer); 
    106106         void generateNewTransformationGridDest(); 
    107          void solveAllRefOfEnabledFields(bool sendToServer); 
     107          
    108108         void buildFilterGraphOfEnabledFields(CGarbageCollector& gc); 
    109109         void prefetchEnabledReadModeFields(); 
    110110         void prefetchEnabledReadModeFieldsIfNeeded(); 
    111111 
     112         void solveAllRefOfEnabledFieldsAndTransform(bool sendToServer); 
    112113         void checkGridOfEnabledFields(); 
    113114         void sendGridOfEnabledFields(); 
Note: See TracChangeset for help on using the changeset viewer.