Ignore:
Timestamp:
11/05/20 15:53:27 (4 years ago)
Author:
ymipsl
Message:

Big cleaning on XIOS coupling branch
YM

File:
1 edited

Legend:

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

    r1973 r1974  
    149149         void triggerLateFields(void) ; 
    150150         void solveAllRefOfEnabledFieldsAndTransform(void); 
    151          void checkGridEnabledFields(); 
    152          void checkGridEnabledFieldsInFiles(const std::vector<CFile*>& activeFiles); 
    153          void sendGridEnabledFieldsInFiles(const std::vector<CFile*>& activeFiles);   
    154          void sendGridComponentEnabledFieldsInFiles(const std::vector<CFile*>& activeFiles)       ; 
    155  
     151  
    156152         std::map<int, StdSize> getAttributesBufferSize(std::map<int, StdSize>& maxEventSize, CContextClient* contextClient, bool bufferForWriting = false); 
    157153         std::map<int, StdSize> getDataBufferSize(std::map<int, StdSize>& maxEventSize, CContextClient* contextClient, bool bufferForWriting = false); 
     
    177173         void sendEnabledFieldsInFiles(const std::vector<CFile*>& activeFiles); 
    178174         void sendRefDomainsAxisScalars(const std::vector<CFile*>& activeFiles); 
    179          void sendRefGrid(const std::vector<CFile*>& activeFiles); 
    180175         //!< after be gathered to the root process of the context, merged registry is sent to the root process of the servers 
    181176         void sendRegistry(void) ; 
Note: See TracChangeset for help on using the changeset viewer.