You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change fixesopen-mpi#12270
Testing on c7g instance type (arm64) confirms this change elminates
hangs and crashes that were previously observed in 1 in 30 runs of
IMB alltoall benchmark. Tested with over 300 runs and no failures.
The write memory barrier prevents other CPUs from observing the fifo
get updated before they observe the updated contents of the header
itself. Without the barrier, uninitialized header contents caused
the crashes and invalid data.
Signed-off-by: Luke Robison <[email protected]>
0 commit comments