1
1
openmpi/ompi/mca/pml
Nathan Hjelm a06e491c2c ob1: large buffered sends were broken by the ob1 optimizations. fix them
The problem was caused by the static request optimization. The buffered send case
is much like the isend case in that the request structure may be needed after
MPI_Bsend completes. Fix this case by calling isend and freeing the resulting
request.

cmr=v1.7.5:ticket=trac:4149

This commit was SVN r30601.

The following Trac tickets were found above:
  Ticket 4149 --> https://svn.open-mpi.org/trac/ompi/ticket/4149
2014-02-07 00:12:36 +00:00
..
base Ensure we don't enter into an infinite loop looking for the PML modex key if it isn't present. The PMI implementation will load ALL modex keys when the first key is queried, so the hash db component can safely return "not found" if a subsequent key isn't present. The PML modex_recv needs to assume everything is okay if the modex recv fails to return a value. 2013-09-25 16:04:00 +00:00
bfo Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
cm Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
crcpw Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
example Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
ob1 ob1: large buffered sends were broken by the ob1 optimizations. fix them 2014-02-07 00:12:36 +00:00
v Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
configure.m4 Rather than setting up the direct call stuff in ompi_mca (which requires 2013-02-04 23:26:42 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
pml.h Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00