1
1
openmpi/ompi/mca/osc
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 - The MS VC compiler complains "error C2512: 'ompi_convertor_master_t' : no appropriate default constructor available", initialize it, it's not the fast path anyway. 2008-08-27 15:57:59 +00:00
pt2pt The patch for "Unexpected message queue for unknown CID's required" ticket #1460. 2008-11-04 21:58:06 +00:00
rdma The patch for "Unexpected message queue for unknown CID's required" ticket #1460. 2008-11-04 21:58:06 +00:00
Makefile.am * Fix "make dist" for peruse 2006-03-23 23:41:49 +00:00
osc.h Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00