1
1
openmpi/ompi/mca/pml/yalla
KAWASHIMA Takahiro 0cbdbe32f7 ompi/request: Support non-PML persistent requests
This commit adds the `req_start` member to the `ompi_request_t` struct.
The `MPI_START` and `MPI_STARTALL` routines call this callback function
instead of `MCA_PML_CALL(start(...))`. So components that return
persistent request must set this member to their request objects.

`mca_pml_base_module_t::pml_start` is not deleted because
`MCA_PML_CALL(start(...))` is still used elsewhere across OMPI.

Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
2017-06-02 13:08:17 +09: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
owner.txt Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
pml_yalla_component.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
pml_yalla_datatype.c Don't refcount the predefined datatypes. 2017-01-11 16:48:59 -05:00
pml_yalla_datatype.h yalla with irregular contig datatype -- Fixes 3566 2017-05-23 20:56:12 -04:00
pml_yalla_freelist.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
pml_yalla_request.c ompi/request: Support non-PML persistent requests 2017-06-02 13:08:17 +09:00
pml_yalla_request.h Merge pull request #3260 from derbeyn/fix_yalla 2017-04-18 11:37:48 +03:00
pml_yalla.c Fix yalla PML: Update previous commit after Yossofe's review 2017-04-06 07:58:26 +02:00
pml_yalla.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00