From c29db4919819cd2d714bdf002049dcc24c38b1d0 Mon Sep 17 00:00:00 2001 From: Galen Shipman Date: Mon, 3 Apr 2006 21:04:51 +0000 Subject: [PATCH] return out if we ack a duplicate matched rendezvous from mathed receives sequence tracker and the communicator is null.. This commit was SVN r9521. --- ompi/mca/pml/dr/pml_dr_recvfrag.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mca/pml/dr/pml_dr_recvfrag.c b/ompi/mca/pml/dr/pml_dr_recvfrag.c index 8b5decbf16..3668cf960d 100644 --- a/ompi/mca/pml/dr/pml_dr_recvfrag.c +++ b/ompi/mca/pml/dr/pml_dr_recvfrag.c @@ -181,6 +181,7 @@ void mca_pml_dr_recv_frag_callback( &hdr->hdr_common, hdr->hdr_match.hdr_src_ptr.pval, ~(uint64_t) 0, hdr->hdr_rndv.hdr_msg_length); + return; } else { OPAL_OUTPUT((0, "%s:%d: the world as we know it is bad\n", __FILE__, __LINE__)); orte_errmgr.abort();