Ignore:
Timestamp:
01/24/17 16:15:50 (7 years ago)
Author:
rlacroix
Message:

Make the XIOS server(s) completely non-blocking.

This fixes some deadlocks caused by bugs in the communication protocol when using inputs and multiple contexts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/context_server.hpp

    r697 r1033  
    1515 
    1616    CContextServer(CContext* parent,MPI_Comm intraComm,MPI_Comm interComm) ; 
    17     bool eventLoop(void) ; 
     17    bool eventLoop(bool enableEventsProcessing = true); 
    1818    void listen(void) ; 
    1919    void checkPendingRequest(void) ; 
Note: See TracChangeset for help on using the changeset viewer.