INCF / MUSIC

MUSIC, the MUltiSimulation Coordinator
GNU General Public License v3.0
37 stars 37 forks source link

Synchronization problem under OpenMPI 1.6.5 #37

Open mdjurfeldt opened 7 years ago

mdjurfeldt commented 7 years ago

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.