1
1
openmpi/ompi/mca/io/base
Jeff Squyres e02114dcf3 Fixes trac:529.
* Create a new request type: NOOP (described below)
 * For all MPI_*_INIT functions, OBJ_NEW an ompi_request_t and set its
   type to NOOP
 * Ensure that the NOOP requests are OBJ_RELEASE'd when they are done
 * MPI_START looks at the request type; if NOOP, just return success. If
   not, call the PML start() function
 * MPI_STARTALL always pass the entire array of requests back to the PML
   (see next point)
 * Make the PMLs only process PML requests (i.e., ignore/skip anything
   that isn't of type PML -- such as the NOOP requests)
 * Add a little more param error checking in STARTALL

This commit was SVN r12338.

The following Trac tickets were found above:
  Ticket 529 --> https://svn.open-mpi.org/trac/ompi/ticket/529
2006-10-27 12:32:36 +00:00
..
base.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
io_base_close.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
io_base_component_list.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
io_base_delete.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
io_base_file_select.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
io_base_find_available.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
io_base_open.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
io_base_register_datarep.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
io_base_request.c Fixes trac:529. 2006-10-27 12:32:36 +00:00
io_base_request.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
Makefile.am Add support to Open MPI for MPI_Register_datarep, as ROMIO now has support for the 2005-11-29 18:25:35 +00:00