1
1
openmpi/ompi/mpi
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
..
c Add support for MPI_Comm_dup_with_info, MPI_Comm_create_group, and 2013-10-02 14:26:40 +00:00
cxx Revert r28544: the original code was fine. 2013-05-21 16:06:08 +00:00
fortran Remove commented-out code for deprecated functions that were not added to MPI-3. 2013-10-01 21:20:45 +00:00
java README.txt was removed, so remove it from EXTRA_DIST. 2013-09-29 21:52:52 +00:00
man/man3 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
tool Fix compilation of the MPI tools information interface when profiling 2013-08-27 18:19:18 +00:00
help-mpi-api.txt LANL noticed that calling MPI_ABORT invokes opal_output(0, ...) 2008-10-14 19:23:03 +00:00
Makefile.am Remove all remaining vestiges of the Windows integration 2013-02-28 17:31:47 +00:00