1
1
openmpi/ompi/mca/osc/rdma
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 component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
Makefile.am * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_comm.c Rest of the fix for #325. It uses a bit more space, but now we can reasonably 2006-09-21 20:49:15 +00:00
osc_rdma_component.c Always cast the return of malloc. 2006-10-05 05:07:43 +00:00
osc_rdma_data_move.c Big datatype commit. Remove all unused features of the datatype engine. As the memory 2006-10-26 23:11:26 +00:00
osc_rdma_data_move.h * Merge in new version of the pt2pt one-sided communication component, 2006-08-03 00:10:19 +00:00
osc_rdma_header.h * Merge in new version of the pt2pt one-sided communication component, 2006-08-03 00:10:19 +00:00
osc_rdma_longreq.c * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_longreq.h * Merge in new version of the pt2pt one-sided communication component, 2006-08-03 00:10:19 +00:00
osc_rdma_obj_convert.c Big datatype commit. Remove all unused features of the datatype engine. As the memory 2006-10-26 23:11:26 +00:00
osc_rdma_obj_convert.h * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_replyreq.c * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_replyreq.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
osc_rdma_sendreq.c * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_sendreq.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
osc_rdma_sync.c Last set of explicit conversions. We are now close to the zero warnings on 2006-10-20 03:57:44 +00:00
osc_rdma.c Fix for lock/unlock epoch issues. Previously, we did not handle the case 2006-10-12 22:52:13 +00:00
osc_rdma.h Rest of the fix for #325. It uses a bit more space, but now we can reasonably 2006-09-21 20:49:15 +00:00