Ignore:
Timestamp:
04/22/22 11:46:41 (2 years ago)
Author:
ymipsl
Message:

Fix Deadlock from reading phase.
YM

File:
1 edited

Legend:

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

    r2304 r2326  
    5252      enum EEventId 
    5353      { 
     54        EVENT_ID_COLLECTIVE=100, 
    5455        EVENT_ID_SCALAR_DISTRIBUTION, 
    5556        EVENT_ID_SEND_DISTRIBUTED_ATTRIBUTE, 
     57        EVENT_ID_NO_COLLECTIVE=1000, 
    5658      } ; 
    5759      static bool dispatchEvent(CEventServer& event);       
Note: See TracChangeset for help on using the changeset viewer.