1
1
openmpi/ompi/mca/pml
Howard Pritchard 3285325884 pml/cm: check for request comp. before completing bsend.
Turns out there are edge cases where an MTL's isend
method may end up marking a send request complete prior
to returning to the CM code.  The would end up causing
problems in the bsend path since the ompi_request_complete
would end up getting invoked a second time on this request.
This ended up causing segfaults, etc. in ompi_request_complete .

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2017-11-27 12:27:43 -07:00
..
base Replace syntax with something less strictly C99 2017-07-05 16:54:36 -07:00
bfo mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
cm pml/cm: check for request comp. before completing bsend. 2017-11-27 12:27:43 -07:00
crcpw mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
example mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
monitoring configury: single quote to avoid trouble with BSD 2017-11-03 11:34:28 -04:00
ob1 Merge pull request #4419 from thananon/pr_newob1 2017-11-10 20:10:53 -05:00
ucx pml_ucx: fix tag/context_id layout and upper bounds. 2017-08-27 17:15:48 +03:00
v mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
yalla mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
configure.m4 Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
pml_constants.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
pml.h ompi/request: Support non-PML persistent requests 2017-06-02 13:08:17 +09:00