1
1
openmpi/ompi/mca/dpm
George Bosilca 82d1d5d785 The patch for "Unexpected message queue for unknown CID's required" ticket #1460.
I'm unable to split it in two parts, my patch and Edgar's one. So I just update
copyright information for both of us.
What this patch do:
- it use the unexpected queue create by commit r19562 to dispatch the
  unexpected message to the right communicator (once this communicator
  is created and initialized).
- delay the PML comm_add until we have the context_id for the new communicator.
- only do the PML comm_add on processes that really belong to the new
  communicator. Please read the lengthy comment in the source code for the
  reason behind this.

This commit was SVN r19929.

The following SVN revision numbers were found above:
  r19562 --> open-mpi/ompi@acd3406aa7
2008-11-04 21:58:06 +00:00
..
base Take into account Ralph's comments. There is no duplicate functionnality with the rml base. Also fix a stupid typo bug. 2008-10-01 02:31:14 +00:00
orte The patch for "Unexpected message queue for unknown CID's required" ticket #1460. 2008-11-04 21:58:06 +00:00
dpm.h Take into account Ralph's comments. There is no duplicate functionnality with the rml base. Also fix a stupid typo bug. 2008-10-01 02:31:14 +00:00
Makefile.am Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00