1
1
openmpi/ompi/mca/btl/mvapi
Brian Barrett 3d027e57a8 * fix for ticket #141. If we are going to shortcut out of polling the
send/receive queues if there is something available in the short message
  rdma queues, then we have to poll *ALL* the rdma queues before exiting,
  or we aren't fair about frag reception and fall into degenerate matching
  cases.

This commit was SVN r10410.
2006-06-17 21:32:25 +00:00
..
btl_mvapi_component.c * fix for ticket #141. If we are going to shortcut out of polling the 2006-06-17 21:32:25 +00:00
btl_mvapi_eager_rdma.h fix compilation warnings. 2006-04-02 11:32:25 +00:00
btl_mvapi_endpoint.c Track fragments by list, not by size.. 2006-05-25 18:07:26 +00:00
btl_mvapi_endpoint.h finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
btl_mvapi_frag.c Porting of short message RDMA from openib BTL. Endpoint registers circular buffer and sends its address and rkey to the peer. Peer uses this buffer to eagerly RDMA small message into it. Endpoint polls the buffer for message arrival before checking HP/LP QPs. Set btl_mvapi_use_eager_rdma to 1 to enable it. 2006-03-30 12:55:31 +00:00
btl_mvapi_frag.h finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
btl_mvapi_proc.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
btl_mvapi_proc.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
btl_mvapi_rdma_buf.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
btl_mvapi.c * Fix for bug #115 -- we need to decrement the use count on a pinned buffer 2006-06-14 13:38:24 +00:00
btl_mvapi.h finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
configure.m4 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
help-mpi-btl-mvapi.txt copy paste error.. 2006-06-06 02:38:29 +00:00
Makefile.am add better error messages for vapi retry exceeded errors. 2006-06-06 02:04:56 +00:00