Ignore:
Timestamp:
09/14/21 15:17:59 (3 years ago)
Author:
ymipsl
Message:

Fix some Dead-lock issue...
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/event_scheduler.cpp

    r2022 r2230  
    9898    if (! eventStack.empty() && eventStack.front().first==timeLine && eventStack.front().second==contextHashId) 
    9999    { 
    100       eventStack.pop() ; 
     100      //eventStack.pop() ; 
    101101      return true ; 
    102102    } 
    103103    else return false ;  
    104104  }  
    105    
     105  
    106106  void CEventScheduler::checkEvent(void) 
    107107  { 
Note: See TracChangeset for help on using the changeset viewer.