1
1
openmpi/ompi/request
Nathan Hjelm 195c892a9d Add support for MPI_Comm_dup_with_info, MPI_Comm_create_group, and
MPI_Comm_idup.

As part of this work I implemented a basic request scheduler in
ompi/comm/comm_request.c. This scheduler might be useful for more
than just communicator requests and could be moved to ompi/request
if there is a demand. Otherwise I will leave it where it is.

Added a non-blocking version of ompi_comm_set to support ompi_comm_idup.
The call makes a recursive call to comm_dup and a non-blocking version
was needed. To simplify the code the blocking version calls the nonblocking
version and waits on the resulting request if one exists.

cmr=v1.7.4:reviewer=jsquyres:ticket=trac:3796

This commit was SVN r29334.

The following Trac tickets were found above:
  Ticket 3796 --> https://svn.open-mpi.org/trac/ompi/ticket/3796
2013-10-02 14:26:40 +00:00
..
grequest.c == Highlights == 2012-04-18 15:57:29 +00:00
grequest.h - Replace combinations of 2009-08-20 11:42:18 +00:00
Makefile.am Revert the prior change out from the individual .h files - the problem was in the Makefile.am's, causing the make dist to fail. 2009-06-11 03:15:47 +00:00
req_test.c Correctly handle the invalid status for null and inactive 2013-05-01 12:55:24 +00:00
req_wait.c Correctly handle the invalid status for null and inactive 2013-05-01 12:55:24 +00:00
request_dbg.h Add support for MPI_Comm_dup_with_info, MPI_Comm_create_group, and 2013-10-02 14:26:40 +00:00
request_default.h This patch introduces customisable wait/test for requests as discussed at the face-to-face ompi meeting in Paris. 2007-12-06 09:23:44 +00:00
request.c don't call OMPI_REQUEST_INIT in req constructor 2013-08-29 22:56:22 +00:00
request.h Removing a silly check in the critical path 2013-09-25 21:34:57 +00:00