1
1
openmpi/ompi/mca/pml/cm
Jeff Squyres 020efdf1f9 Refs trac:250
This commit essentially caches the invoking comm/win/file on the
ompi_request_t. This, paired with the req_type field, allows us to
retrieve the invoking MPI object and invoke the proper errhandler.

The patch is missing most updates for the MPI-2 one-sided stuff (i.e.,
the patch mainly fixes comms and files); I didn't really understand
that code and didn't want to hazard trying to figure it out when Brian
can probably do it much more quickly.

So #250 will still stay open, pending MPI-2 one-sided updates for this
stuff.

This commit was SVN r12339.

The following Trac tickets were found above:
  Ticket 250 --> https://svn.open-mpi.org/trac/ompi/ticket/250
2006-10-27 12:35:27 +00:00
..
configure.params * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
Makefile.am A long time waiting patch. Get rid of the comm->c_pml_procs. It was (and that was 2006-09-20 22:14:46 +00:00
pml_cm_cancel.c * Start of fix for #258 -- implement cancel so that we pass down to the 2006-08-15 21:12:03 +00:00
pml_cm_component.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
pml_cm_component.h Add this header file in order to allow the export of the component structure. 2006-08-24 17:40:22 +00:00
pml_cm_probe.c * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
pml_cm_progress.c * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
pml_cm_recv.c * Start of fix for #258 -- implement cancel so that we pass down to the 2006-08-15 21:12:03 +00:00
pml_cm_recvreq.c * Start of fix for #258 -- implement cancel so that we pass down to the 2006-08-15 21:12:03 +00:00
pml_cm_recvreq.h Fixes trac:529. 2006-10-27 12:32:36 +00:00
pml_cm_request.c Helps compilation if all files are around.. 2006-07-14 20:39:18 +00:00
pml_cm_request.h * Start of fix for #258 -- implement cancel so that we pass down to the 2006-08-15 21:12:03 +00:00
pml_cm_send.c make smart and dumb compilers happy 2006-10-18 19:33:39 +00:00
pml_cm_sendreq.c * Start of fix for #258 -- implement cancel so that we pass down to the 2006-08-15 21:12:03 +00:00
pml_cm_sendreq.h Fixes trac:529. 2006-10-27 12:32:36 +00:00
pml_cm_start.c Refs trac:250 2006-10-27 12:35:27 +00:00
pml_cm.c A long time waiting patch. Get rid of the comm->c_pml_procs. It was (and that was 2006-09-20 22:14:46 +00:00
pml_cm.h Substantial changes to the CM PML, allows us to have a very thin request for 2006-07-14 19:32:26 +00:00
post_configure.sh * Fix up some direct-calling issues for the PML/MTL 2006-07-06 15:12:38 +00:00