1
1
openmpi/ompi/mca/pml/base
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
..
base.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
Makefile.am * The last of the build system optimizations. Combine the component and 2005-11-20 01:03:01 +00:00
pml_base_bsend.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_base_bsend.h * finish the TEG/UNIQ/PTL removal 2006-02-23 00:39:01 +00:00
pml_base_close.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_base_module_exchange.c interface to post a callback for notification of change to modex data 2006-04-27 16:15:35 +00:00
pml_base_module_exchange.h interface to post a callback for notification of change to modex data 2006-04-27 16:15:35 +00:00
pml_base_open.c * fix for last ptl fix... have to actually return a value... 2006-02-23 05:24:58 +00:00
pml_base_recvreq.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_base_recvreq.h Add a base _START macro that will do the base initialization. Additinaly, that allow me to 2006-03-31 17:05:09 +00:00
pml_base_request.c The last commit wans't supposed to bring this function in. It's not yet 2006-05-07 20:51:43 +00:00
pml_base_request.h Remove useless include. 2006-05-07 20:49:45 +00:00
pml_base_select.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_base_sendreq.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_base_sendreq.h Don't keep multiples copies of the datatype and count. The only one we really need 2006-07-06 17:58:25 +00:00