1
1
openmpi/ompi/mca/pml/cm
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
..
Makefile.am mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
pml_cm_cancel.c * Implement matched probe for the CM PML. Required adding a peer field to 2012-03-22 22:55:59 +00:00
pml_cm_component.c pml/cm: use the priority of the mtl component 2015-10-19 12:32:42 -06:00
pml_cm_component.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
pml_cm_recvreq.c ompi/request: Support non-PML persistent requests 2017-06-02 13:08:17 +09:00
pml_cm_recvreq.h Use opal_show_help to warn about PSM2_CUDA envvar setting 2017-09-29 17:04:10 -07:00
pml_cm_request.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
pml_cm_request.h Add support for GPU buffers for PSM2 MTL 2017-09-01 16:59:03 -07:00
pml_cm_sendreq.c ompi/request: Support non-PML persistent requests 2017-06-02 13:08:17 +09:00
pml_cm_sendreq.h pml/cm: check for request comp. before completing bsend. 2017-11-27 12:27:43 -07:00
pml_cm_start.c osc/pt2pt: do not repost receive from request callback 2016-08-11 15:33:07 -06:00
pml_cm.c Update code base to use the new opal_free_list_t 2015-02-24 10:05:45 -07:00
pml_cm.h Use opal_show_help to warn about PSM2_CUDA envvar setting 2017-09-29 17:04:10 -07:00
post_configure.sh * Fix up some direct-calling issues for the PML/MTL 2006-07-06 15:12:38 +00:00