1
1
openmpi/ompi/mca
Andrew Friedley c752502dee Fix for a common race condition when running the Sandia mt_send_recv.cc test.
A segfault would occur in mca_pml_ob1_recv_request_progress() when trying to prepare the convertor for unpacking, because the request's req_proc field was NULL.

Turns out that we weren't setting the req_proc field in the MCA_PML_OB1_CHECK_SPECIFIC_AND_WILD_RECEIVES_FOR_MATCH macro.  Instead of just setting it there I removed the other place req_proc was being set correctly, and instead took care of all the cases at once in mca_pml_ob1_recv_frag_match().

This commit was SVN r12323.
2006-10-26 19:09:39 +00:00
..
allocator Adjust allocation size to be a quantity divisible by sizeof(size_t). This 2006-10-25 18:22:38 +00:00
bml Last set of explicit conversions. We are now close to the zero warnings on 2006-10-20 03:57:44 +00:00
btl - Fix a bug in descriptor handling code. The self BTL was mixing the different 2006-10-25 08:45:29 +00:00
coll Cleanups. 2006-10-23 22:29:17 +00:00
common Move it in the right place. 2006-08-21 04:05:19 +00:00
io Remove unused variable. 2006-10-01 11:51:41 +00:00
mpool Last set of explicit conversions. We are now close to the zero warnings on 2006-10-20 03:57:44 +00:00
mtl No more warnings. 2006-10-18 21:10:11 +00:00
osc Last set of explicit conversions. We are now close to the zero warnings on 2006-10-20 03:57:44 +00:00
pml Fix for a common race condition when running the Sandia mt_send_recv.cc test. 2006-10-26 19:09:39 +00:00
rcache Fix bug in vma rcache. 2006-10-18 10:55:01 +00:00
topo The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
win_makefile Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00