1
1
openmpi/ompi/mca/btl/openib
Gleb Natapov b06d92bdab OpenIB BTL has three channels through which data can be received (eager rdma,
high prio QPs and low prio QPs) and because not all of them are polled each time
progrgess() is called (to save on latency) starvation is possible. The commit
fixes this. Now each channel is polled, but higher priority channels are polled
more often. Three new parameters are introduced that control polling ratios 
between different channels.

This commit was SVN r17024.
2007-12-23 12:29:34 +00:00
..
connect The ib_inline_max should be updated only when SEND qp is created. 2007-12-17 10:30:30 +00:00
btl_openib_async.c Update Voltaire copyright. 2007-09-24 10:11:52 +00:00
btl_openib_async.h This commit brings in two major things: 2007-07-18 01:15:59 +00:00
btl_openib_component.c OpenIB BTL has three channels through which data can be received (eager rdma, 2007-12-23 12:29:34 +00:00
btl_openib_eager_rdma.h Use OMPI object system to make fragment hierarchy more object oriented. The 2007-11-28 07:11:14 +00:00
btl_openib_endpoint.c OpenIB BTL has three channels through which data can be received (eager rdma, 2007-12-23 12:29:34 +00:00
btl_openib_endpoint.h Return OMPI_ERR_RESOURCE_BUSY from openib_btl_send() if fragment is not on wire. 2007-12-09 14:14:11 +00:00
btl_openib_frag.c Fix pointer casting on 32bit machines. 2007-12-09 14:15:35 +00:00
btl_openib_frag.h Add heterogeneous support to message coalescing. 2007-12-09 14:10:25 +00:00
btl_openib_ini.c Minor fixes in the help messages 2007-01-22 18:45:43 +00:00
btl_openib_ini.h Back out 13076 and 13077 in favor of a much simpler approach. 2007-01-11 14:07:15 +00:00
btl_openib_lex.h George found a great way to avoid warnings from flex for that unused 2006-08-28 13:44:37 +00:00
btl_openib_lex.l Back out r15158 because it apparently breaks with recent versions of 2007-06-21 21:14:10 +00:00
btl_openib_mca.c OpenIB BTL has three channels through which data can be received (eager rdma, 2007-12-23 12:29:34 +00:00
btl_openib_mca.h Bring over all the work from the /tmp/ib-hw-detect branch. In 2006-08-14 19:30:37 +00:00
btl_openib_proc.c Removing port_touse - we don't really need it 2007-11-28 09:57:48 +00:00
btl_openib_proc.h Removing port_touse - we don't really need it 2007-11-28 09:57:48 +00:00
btl_openib_xrc.c XRC fixes: 2007-12-05 14:32:44 +00:00
btl_openib_xrc.h Removing unused mca_btl_openib_ib_address_status 2007-12-04 13:16:26 +00:00
btl_openib.c OpenIB BTL has three channels through which data can be received (eager rdma, 2007-12-23 12:29:34 +00:00
btl_openib.h OpenIB BTL has three channels through which data can be received (eager rdma, 2007-12-23 12:29:34 +00:00
btl-openib-benchmark * Added 2 new MCA parameters 2007-03-01 13:39:20 +00:00
configure.m4 Merge the /tmp/jms-installdirs-trunk branch into the trunk. This 2007-04-21 00:15:05 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
help-mpi-btl-openib.txt Slight word usage and grammar error in the openib btl help test. I 2007-12-10 21:50:48 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
mca-btl-openib-hca-params.ini Update the vendor ID list to include HP (0x1708). Thanks to Peter 2007-07-09 20:09:31 +00:00