1
1
openmpi/ompi/mca/pml
Sven Stork f3f39e003e - Increment the pipeline depth before we trigger the send function. As
mentioned in the comment the completion/callback of the triggered 
  send operation can happen before the call returns. If this happens and
  if the pipeline depth is 0 before we triggered the send operation and 
  this is the last send operation of the request then the completion detection
  code will decrement the pipeline depth and check it for equality to 0.
  Because (0-1) != 0 the pml completion function for this request will 
  *not* be called.
  This part 2 of the fix for ticket #246.

This commit was SVN r12292.
2006-10-25 08:52:39 +00:00
..
base - Now the branch is done, linearize access regarding 2006-10-18 16:11:50 +00:00
cm make smart and dumb compilers happy 2006-10-18 19:33:39 +00:00
dr Last set of explicit conversions. We are now close to the zero warnings on 2006-10-20 03:57:44 +00:00
example Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
ob1 - Increment the pipeline depth before we trigger the send function. As 2006-10-25 08:52:39 +00:00
Makefile.am * AC_CONFIG_LINKS has a minor problem in that it always uses ln -s, rather 2006-07-16 04:23:52 +00:00
pml.h Reorder the enum in order to allow some compilers to optimize the big switch in 2006-10-04 20:03:28 +00:00