Ignore:
Timestamp:
08/29/23 17:24:04 (9 months ago)
Author:
ymipsl
Message:

Major update :

  • New method to lock and unlock one-sided windows (window_dynamic) to avoid network overhead
  • Introducing multithreading on server sided to manage more efficiently dead-lock occuring (similar to co-routine which will be available and implemented in futur c++ standard), based on c++ threads
  • Suprression of old "attached mode" which is replaced by online writer and reder filters

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/transport/context_server.hpp

    r2404 r2547  
    2323    CContextServer(CContext* parent,MPI_Comm intraComm,MPI_Comm interComm) ; 
    2424    ~CContextServer() {}  
    25     bool isAttachedModeEnabled() const ; 
    2625    void setAssociatedClient(CContextClient* associatedClient) {associatedClient_=associatedClient ;} 
    2726    CContextClient* getAssociatedClient(void) { return associatedClient_ ;} 
     
    4140      int commSize ; 
    4241      int clientSize_ ; 
    43  
    44       bool attachedMode ;  //! true if attached mode is enabled otherwise false 
    4542 
    4643      CContext* context ; 
Note: See TracChangeset for help on using the changeset viewer.