Ignore:
Timestamp:
08/08/17 20:21:43 (7 years ago)
Author:
mhnguyen
Message:

Correcting a minor bug on detecting server reading level

+) Reading server level should be 1 (for now). In the future, maybe level-2 server can be used
+) Correct nbReadSenders with the right ContextClient?

Test
+) On Curie
+) Work with toy

File:
1 edited

Legend:

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

    r1232 r1239  
    131131         void checkGridEnabledFields(); 
    132132         void checkGridEnabledFieldsInFiles(const std::vector<CFile*>& activeFiles); 
    133          void sendGridEnabledFieldsInFiles(const std::vector<CFile*>& activeFiles);          
     133         void sendGridEnabledFieldsInFiles(const std::vector<CFile*>& activeFiles);   
     134         void sendGridComponentEnabledFieldsInFiles(const std::vector<CFile*>& activeFiles)       ; 
    134135 
    135136//         std::map<int, StdSize> getAttributesBufferSize(std::map<int, StdSize>& maxEventSize); 
Note: See TracChangeset for help on using the changeset viewer.