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/server.hpp

    r490 r492  
    55#include "context.hpp" 
    66#include "mpi.hpp" 
     7#include "event_scheduler.hpp" 
    78 
    89namespace xios 
     
    2526       static MPI_Comm intraComm ; 
    2627       static list<MPI_Comm> interComm ; 
     28       static CEventScheduler* eventScheduler ; 
    2729 
    2830       struct contextMessage 
Note: See TracChangeset for help on using the changeset viewer.