1
1
openmpi/orte/tools
Josh Hursey d39841174d Must release the lock before entering the non blocking recv, since
it is possible that if the receive has been arrived the callback will
be called before recv_buffer_nb() returns. This causes deadlock
as we try to acquire the lock, but already hold it.

This was causing orterun and orteds to stall in certian situations.
Became evident when stress testing dynamics with remote nodes.

This commit was SVN r7543.
2005-09-29 14:24:11 +00:00
..
console * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
openmpi * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
orted Must release the lock before entering the non blocking recv, since 2005-09-29 14:24:11 +00:00
orteprobe whoops forgot a bit of debug. ;( 2005-09-12 16:58:10 +00:00
orterun Converted some MCA parameters from the old version to the new. 2005-09-27 02:54:15 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00