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/client.cpp

    r2535 r2547  
    180180      MPI_Comm_size(CXios::getXiosComm(), &xiosCommSize) ; 
    181181      MPI_Comm_size(clientsComm_, &clientsCommSize) ; 
    182       if (xiosCommSize==clientsCommSize) CXios::setUsingServer() ; 
    183       else CXios::setNotUsingServer() ; 
     182      if (xiosCommSize==clientsCommSize) CXios::setNotUsingServer() ; 
     183      else CXios::setUsingServer() ; 
    184184 
    185185      ///////////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.