Ignore:
Timestamp:
04/17/20 18:55:28 (4 years ago)
Author:
ymipsl
Message:

Some update on XIOS_COUPLING branch...

YM

File:
1 edited

Legend:

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

    r1869 r1870  
    142142         void sendGridOfEnabledFields(); 
    143143         void sendGridComponentOfEnabledFields(); 
     144 
     145         void sendFieldToFileServer(void) ; 
    144146 
    145147         /// Vérifications /// 
     
    224226 
    225227        void connectToFileServer(CGarbageCollector& gc) ; 
     228        void connectToModelInput(CGarbageCollector& gc) ; 
    226229        void computeGridIndexToFileServer(void) ; 
     230 
     231        void setContextClientDataBufferSize(map<CContextClient*,map<int,size_t>>& bufferSize,  
     232                                        map<CContextClient*,map<int,size_t>>& maxEventSize,  
     233                                        bool bufferForWriting) ; 
     234        void setContextClientAttributesBufferSize(map<CContextClient*,map<int,size_t>>& bufferSize,  
     235                                                 map<CContextClient*,map<int,size_t>>& maxEventSize,  
     236                                                 bool bufferForWriting) ; 
    227237      private: 
    228238        std::vector<CGrid*> getGridPath(void) ; 
Note: See TracChangeset for help on using the changeset viewer.