1
1
openmpi/ompi/mca/pml/cm
George Bosilca 126a68dc9a Big datatype commit. Remove all unused features of the datatype engine. As the memory
allocation logic is completely done outside the data-type engine (in the PML) there is
no need for any special case inside the data-type engine. There is less arguments for
the ompi_convertor_pack and ompi_convertor_unpack as well (the last field free_after is
not required anymore as there is no memory allocated in the engine itself). This change
affect all components using datatypes. I test most of them, but it might happens that I
miss some ... If it's the case please let me know (don't shoot the pianist!!).

This commit was SVN r12331.
2006-10-26 23:11:26 +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 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_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 Big datatype commit. Remove all unused features of the datatype engine. As the memory 2006-10-26 23:11:26 +00:00
pml_cm_start.c * Need to retain / release datatype and communicator so that the MPI layer 2006-08-17 16:30:03 +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