1
1
openmpi/ompi/mca/pml/ob1
George Bosilca 476c9e64df Don't keep multiples copies of the datatype and count. The only one we really need
is the one provided by the user. For the buffered send the real datatype used
for the communication is always MPI_BYTE and the count can be retrieved from
the req_bytes_packed field. This will decrease the size of the request by
one pointer and one size_t (8 bytes or 16 bytes depending on the architecture).

This commit was SVN r10680.
2006-07-06 17:58:25 +00:00
..
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am * make sure to include post_configure.sh in the dist tarball, so that 2006-07-04 04:03:58 +00:00
pml_ob1_comm.c Keep track of the ompi_proc in the comm_proc. This avoid a lookup for the processor and 2006-02-10 18:55:43 +00:00
pml_ob1_comm.h * finish the TEG/UNIQ/PTL removal 2006-02-23 00:39:01 +00:00
pml_ob1_component.c * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
pml_ob1_component.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
pml_ob1_endpoint.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_ob1_endpoint.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_ob1_hdr.h More endian-related cleanups: 2006-02-26 00:45:54 +00:00
pml_ob1_iprobe.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_ob1_irecv.c PERUSE support for OB1. There we go, now the trunk has a partial peruse implementation. 2006-03-31 17:09:09 +00:00
pml_ob1_isend.c PERUSE support for OB1. There we go, now the trunk has a partial peruse implementation. 2006-03-31 17:09:09 +00:00
pml_ob1_proc.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_ob1_proc.h The endpoint include is not required. 2006-05-07 20:52:55 +00:00
pml_ob1_progress.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_ob1_rdma.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_ob1_rdma.h allow pml pipeline to cache memory registrations 2006-02-09 15:49:51 +00:00
pml_ob1_rdmafrag.c make ompi_free_list_item_t a class.. 2006-06-12 16:44:00 +00:00
pml_ob1_rdmafrag.h finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
pml_ob1_recvfrag.c make ompi_free_list_item_t a class.. 2006-06-12 16:44:00 +00:00
pml_ob1_recvfrag.h finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
pml_ob1_recvreq.c Do not generate the XFER_BEGIN and XFER_END events if the length of 2006-07-05 23:39:13 +00:00
pml_ob1_recvreq.h Do not generate the XFER_BEGIN and XFER_END events if the length of 2006-07-05 23:39:13 +00:00
pml_ob1_sendreq.c Don't keep multiples copies of the datatype and count. The only one we really need 2006-07-06 17:58:25 +00:00
pml_ob1_sendreq.h Do not generate the XFER_BEGIN and XFER_END events if the length of 2006-07-05 23:39:13 +00:00
pml_ob1_start.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
pml_ob1.c * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
pml_ob1.h Generic length computation (moved from the endpoint.h). 2006-05-07 20:54:44 +00:00
post_configure.sh * include the correct file if we are doing the component bypass thing with ob1 2006-02-22 16:16:38 +00:00