Ignore:
Timestamp:
04/15/22 13:05:33 (2 years ago)
Author:
ymipsl
Message:

Solve deadlock or crash occuring when activate second levels of servers.

YM

File:
1 edited

Legend:

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

    r2260 r2324  
    3939      bool checkBuffers(list<int>& ranks); 
    4040      bool checkBuffers(void); 
     41      void eventLoop(void) ; 
     42      void callGlobalEventLoop() ; 
    4143      void releaseBuffers(void); 
    4244      bool havePendingRequests(void); 
     
    129131 
    130132      double latency_=0e-2 ; 
     133 
     134      bool locked_ = false ; //!< The context client is locked to avoid recursive checkBuffer 
    131135  }; 
    132136} 
Note: See TracChangeset for help on using the changeset viewer.