Ignore:
Timestamp:
10/02/14 17:34:02 (10 years ago)
Author:
ymipsl
Message:

Add event scheduler functionnality in order to schedule events from different context, that cause Deadlock or crash when using collective MPI communication in netcdf/hdf5 library.

YM

File:
1 edited

Legend:

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

    r382 r492  
    4141    bool finished ; 
    4242    bool pendingEvent ; 
     43    bool scheduled  ;    /*!< event of current timeline is alreading scheduled ? */ 
     44    size_t hashId ; 
    4345    ~CContextServer() ;     
    4446  } ; 
Note: See TracChangeset for help on using the changeset viewer.