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 is a reminder to further investigate a problem discovered in issue #35.
With a linear chain of applications, there seems to be a synchronization problem when MUSIC is compiled with OpenMPI 1.6.5. With the standard configuration, p2p communication does not properly synchronize with the receiver such that expected semantics for maxBuffered=1 is broken.
A workaround is to configure MUSIC with --disable-isend.
The text was updated successfully, but these errors were encountered:
This is a reminder to further investigate a problem discovered in issue #35.
With a linear chain of applications, there seems to be a synchronization problem when MUSIC is compiled with OpenMPI 1.6.5. With the standard configuration, p2p communication does not properly synchronize with the receiver such that expected semantics for maxBuffered=1 is broken.
A workaround is to configure MUSIC with --disable-isend.
The text was updated successfully, but these errors were encountered: