We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 396ae3f + 7d86fdf commit b8f214fCopy full SHA for b8f214f
ompi/mca/pml/ob1/pml_ob1.c
@@ -16,6 +16,7 @@
16
* Copyright (c) 2011 Sandia National Laboratories. All rights reserved.
17
* Copyright (c) 2011-2012 Los Alamos National Security, LLC. All rights
18
* reserved.
19
+ * Copyright (c) 2015 FUJITSU LIMITED. All rights reserved.
20
* $COPYRIGHT$
21
*
22
* Additional copyrights may follow
@@ -614,6 +615,7 @@ void mca_pml_ob1_process_pending_packets(mca_bml_base_btl_t* bml_btl)
614
615
pckt->order,
616
pckt->hdr.hdr_fin.hdr_fail);
617
if( OPAL_UNLIKELY(OMPI_ERR_OUT_OF_RESOURCE == rc) ) {
618
+ MCA_PML_OB1_PCKT_PENDING_RETURN(pckt);
619
return;
620
}
621
break;
0 commit comments