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/axis.hpp

    r1869 r1870  
    145145         void checkBounds(); 
    146146         void checkLabel(); 
    147          void sendAttributes(const std::vector<int>& globalDim, int orderPositionInGrid, 
     147      public: 
     148         void sendAxisToFileServer(CContextClient* client, const std::vector<int>& globalDim, int orderPositionInGrid) ; 
     149      private: 
     150         std::set<CContextClient*> sendAxisToFileServer_done_ ; 
     151       
     152      private: 
     153         void sendAttributes(CContextClient* client, const std::vector<int>& globalDim, int orderPositionInGrid, 
    148154                             CServerDistributionDescription::ServerDistributionType distType); 
    149          void sendDistributionAttribute(const std::vector<int>& globalDim, int orderPositionInGrid, 
     155         void sendDistributionAttribute(CContextClient* client, const std::vector<int>& globalDim, int orderPositionInGrid, 
    150156                                        CServerDistributionDescription::ServerDistributionType distType); 
    151157          
    152158 
    153          void sendNonDistributedAttributes(void); 
    154          void sendDistributedAttributes(void); 
     159         void sendNonDistributedAttributes(CContextClient* client); 
     160         void sendDistributedAttributes(CContextClient* client); 
    155161 
    156162         static void recvNonDistributedAttributes(CEventServer& event); 
Note: See TracChangeset for help on using the changeset viewer.