1
1
openmpi/ompi/mca/pml/cm
Brian Barrett 01e8fc5f91 Redo of r12871, without the preconnect code change:
Move the req_mtl structure back to the end of each of the structures in 
the CM PML. The req_mtl structure is cast into a mtl_*_request_structure 
for each MTL, which is larger than the req_mtl itself. The cast will cause
the *_request to overwrite parts of the heavy requests if the req_mtl
isn't the *LAST* thing on each structure (hence the comment). This was 
moved as an optimization at some point, which caused buffer sends to fail...

Refs trac:669

This commit was SVN r12873.

The following SVN revision numbers were found above:
  r12871 --> open-mpi/ompi@597598b712

The following Trac tickets were found above:
  Ticket 669 --> https://svn.open-mpi.org/trac/ompi/ticket/669
2006-12-15 17:54:14 +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 Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00
pml_cm_cancel.c Redo of r12871, without the preconnect code change: 2006-12-15 17:54:14 +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 Move things around a little bit. Mainly fields from the send and receive 2006-11-08 04:58:23 +00:00
pml_cm_recvreq.c Redo of r12871, without the preconnect code change: 2006-12-15 17:54:14 +00:00
pml_cm_recvreq.h Redo of r12871, without the preconnect code change: 2006-12-15 17:54:14 +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 Redo of r12871, without the preconnect code change: 2006-12-15 17:54:14 +00:00
pml_cm_send.c Move things around a little bit. Mainly fields from the send and receive 2006-11-08 04:58:23 +00:00
pml_cm_sendreq.c Redo of r12871, without the preconnect code change: 2006-12-15 17:54:14 +00:00
pml_cm_sendreq.h Redo of r12871, without the preconnect code change: 2006-12-15 17:54:14 +00:00
pml_cm_start.c Move things around a little bit. Mainly fields from the send and receive 2006-11-08 04:58:23 +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