[mpich-commits] r10755 - mpich2/trunk/src/mpid/ch3/src
dinan at mcs.anl.gov
dinan at mcs.anl.gov
Mon Dec 10 14:20:47 CST 2012
Author: dinan
Date: 2012-12-10 14:20:47 -0600 (Mon, 10 Dec 2012)
New Revision: 10755
Modified:
mpich2/trunk/src/mpid/ch3/src/ch3u_rma_sync.c
Log:
Removed bonus assertion
This assertion was made unnecessary by previous cleanups. It was re-checking
the branch condition, and could thus never fail.
Reviewer: none
Modified: mpich2/trunk/src/mpid/ch3/src/ch3u_rma_sync.c
===================================================================
--- mpich2/trunk/src/mpid/ch3/src/ch3u_rma_sync.c 2012-12-10 07:14:33 UTC (rev 10754)
+++ mpich2/trunk/src/mpid/ch3/src/ch3u_rma_sync.c 2012-12-10 20:20:47 UTC (rev 10755)
@@ -2507,7 +2507,6 @@
/* Shared lock -- The ops list is empty. Any issued ops are already
remote complete; done packet is not needed for safe third party
communication. */
- MPIU_Assert(MPIDI_CH3I_RMA_Ops_isempty(&win_ptr->targets[target_rank].rma_ops_list));
*wait_for_rma_done_pkt = 0;
}
else {
More information about the commits
mailing list