1
1
openmpi/ompi/mca
Nathan Hjelm 422331b4da btl/openib: fix unconnected datagram connection method (udcm)
The primary issue with udcm is that the immediate data in message
acks were often bogus. This caused the sender to keep trying even
though a message was received and acked. The fix is to use the
source LID and QP to determine which message is being acked. In
most cases this should work well since only one message will be
in flight to any peer.

This commit was SVN r28444.
2013-05-03 17:11:38 +00:00
..
allocator Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
bcol bcol/iboffload: fix still more errors from param -> var updates 2013-04-03 19:57:03 +00:00
bml Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
btl btl/openib: fix unconnected datagram connection method (udcm) 2013-05-03 17:11:38 +00:00
coll In coll_sm, we alloc a huge chunk of shared memory, divvy it into lots 2013-05-03 12:49:35 +00:00
common Fix some compile errors in CUDA-aware code that has crept in. 2013-04-18 15:34:16 +00:00
crcp Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
dpm Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
fbtl Adding typecasting with intptr_t to remove warnings. 2013-04-03 17:07:43 +00:00
fcoll Using ompi_type_destroy to free ompi_datatype. This had to be updated in all the collective algorithms. 2013-04-24 19:27:26 +00:00
fs Add the ability to use an external version of libevent. Clearly not recommended at this time. I've verified that it works in limited scenarios, but more thorough testing and performance impacts need to be assessed. 2013-04-29 17:02:37 +00:00
io Adding typecasting with intptr_t to remove warnings. 2013-04-03 17:07:43 +00:00
mpool Fix some compile errors in CUDA-aware code that has crept in. 2013-04-18 15:34:16 +00:00
mtl Fixed macro definition order in MXM component headers 2013-04-24 16:51:43 +00:00
op Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
osc Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
pml pml/ob1: do not reset the convertor if one was not created (size = 0). 2013-04-05 01:40:11 +00:00
pubsub Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
rcache Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
rte The move of the orte_db framework to opal required that we create an opaque opal_identifier_t type as OPAL cannot know anything about the ORTE process name. However, passing a value down to opal and then having the db components reference it causes alignment issues on Solaris Sparc platforms. So pass the pointer instead and do the old "memcpy" trick to avoid the problem. 2013-04-08 23:34:16 +00:00
sbgp sbgp/ibnet: fix param -> var update errors 2013-04-03 20:17:18 +00:00
sharedfp Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
topo Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
vprotocol Revert r28417 - given the non-standard way vprotocol is implemented, I see no way to use the framework verbosity here. Best to just leave it alone as those who use it know what they need to do to get debug output 2013-04-30 16:37:17 +00:00