Ignore:
Timestamp:
04/27/23 10:39:26 (14 months ago)
Author:
jderouillat
Message:

Revert 2494 partially (keep initialisation of notifyType_), the associated wait managment causes deadlock in dynamico like test cases on JeanZay?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/manager/token_manager.hpp

    r2462 r2498  
    2222        MPI_Win_allocate(windowSize, 1, MPI_INFO_NULL, comm, &winBufferCurrent_,   &winCurrentToken_) ; 
    2323        MPI_Win_allocate(windowSize, 1, MPI_INFO_NULL, comm, &winBufferRetrieved_, &winRetrievedToken_) ; 
     24        if (leader_== commRank) { 
     25          memset(   winBufferCurrent_, 0, windowSize ); 
     26          memset( winBufferRetrieved_, 0, windowSize ); 
     27        } 
    2428      } 
    2529 
Note: See TracChangeset for help on using the changeset viewer.