1
1
openmpi/ompi/mca/pml
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
..
base - Now the branch is done, linearize access regarding 2006-10-18 16:11:50 +00:00
cm make smart and dumb compilers happy 2006-10-18 19:33:39 +00:00
dr Last set of explicit conversions. We are now close to the zero warnings on 2006-10-20 03:57:44 +00:00
example Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
ob1 Fix for a common race condition when running the Sandia mt_send_recv.cc test. 2006-10-26 19:09:39 +00:00
Makefile.am * AC_CONFIG_LINKS has a minor problem in that it always uses ln -s, rather 2006-07-16 04:23:52 +00:00
pml.h Reorder the enum in order to allow some compilers to optimize the big switch in 2006-10-04 20:03:28 +00:00