1
1
openmpi/ompi/mpi
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
..
c ompi/request: Support non-PML persistent requests 2017-06-02 13:08:17 +09:00
cxx mpi/cxx: remove nonexistent function from cxx glue 2017-05-26 10:40:19 -06:00
fortran Merge pull request #3411 from ggouaillardet/topic/mpi_f08_interfaces_callbacks 2017-05-17 09:02:26 +09:00
java java: Detect the path of javadoc in configure 2017-05-31 14:26:14 +09:00
man man: Remove unnecessary empty lines 2017-05-26 11:17:59 +09:00
tool Add missing MPI_T_PVAR_SESSION_NULL to mpi.h 2017-03-05 09:03:30 -06:00
help-mpi-api.txt 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