Ignore:
Timestamp:
08/29/23 17:24:04 (10 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/one_sided_client_buffer.hpp

    r2526 r2547  
    182182      int serverRank_ ; 
    183183 
    184       MPI_Comm interCommMerged_;  
    185       int intraServerRank_ ; 
     184      MPI_Comm interCommMerged_;   
     185      int intraServerRank_ ;  
    186186 
    187187      std::list<CBuffer*> buffers_ ; 
Note: See TracChangeset for help on using the changeset viewer.