Ignore:
Timestamp:
05/26/15 16:13:46 (9 years ago)
Author:
rlacroix
Message:

Allow using more servers than clients.

This will be useful later when implementing server to client communications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/axis.hpp

    r594 r595  
    1414 
    1515namespace xios { 
    16  
    1716   /// ////////////////////// Déclarations ////////////////////// /// 
    1817 
     
    7574         static ENodeType GetType(void); 
    7675 
    77          void sendServerAttribut(void); 
     76         void sendServerAttribut(const std::vector<int>& globalDim, int orderPositionInGrid, 
     77                                 CServerDistributionDescription::ServerDistributionType distType); 
    7878         static bool dispatchEvent(CEventServer& event); 
    7979         static void recvServerAttribut(CEventServer& event); 
     
    8686        int zoom_begin_srv, zoom_end_srv, zoom_size_srv; 
    8787        int ni_srv, begin_srv, end_srv; 
     88 
    8889      private : 
    8990         void checkData(); 
    9091         void checkMask(); 
    9192         void checkZoom(); 
    92          void computeServerIndex(const std::vector<int>& globalDim, int orderPositionInGrid, 
    93                                  CServerDistributionDescription::ServerDistributionType disType); 
     93 
    9494      private: 
    9595 
     
    100100 
    101101         DECLARE_REF_FUNC(Axis,axis) 
    102  
    103  
    104102   }; // class CAxis 
    105103 
     
    108106   // Declare/Define CAxisGroup and CAxisDefinition 
    109107   DECLARE_GROUP(CAxis); 
    110  
    111    ///-------------------------------------------------------------- 
    112  
    113108} // namespace xios 
    114109 
Note: See TracChangeset for help on using the changeset viewer.