Ignore:
Timestamp:
10/18/19 15:40:35 (5 years ago)
Author:
ymipsl
Message:

implementing first guess for service functionnalities.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_SERVICES/src/context_client.hpp

    r1757 r1761  
    3232      void sendEvent(CEventClient& event); 
    3333      void waitEvent(list<int>& ranks); 
     34      void waitEvent_old(list<int>& ranks); 
    3435 
    3536      // Functions to set/get buffers 
     
    4647      const std::list<int>& getRanksServerNotLeader(void) const; 
    4748 
    48       bool isAttachedModeEnabled() const; 
     49  /*! 
     50   * Check if the attached mode is used. 
     51   * 
     52   * \return true if and only if attached mode is used 
     53   */ 
     54      bool isAttachedModeEnabled() const { return isAttached_ ; }  
    4955 
    5056      static void computeLeader(int clientRank, int clientSize, int serverSize, 
     
    103109 
    104110      std::vector<std::vector<MPI_Win> >windows ; //! one sided mpi windows to expose client buffers to servers == windows[nbServers][2] 
    105  
     111      bool isAttached_ ; 
    106112 
    107113  }; 
Note: See TracChangeset for help on using the changeset viewer.