<div>for smaller number of processes like 4, i was getting correct result, but for 8, it was providing incorrect result.</div><div><br></div><div>I tried with and without lock/unlock. without lock/unlock provides correct result all the time.</div>
<br>Hello, <div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>I am getting incorrect result while using lock/unlock synchronization inside fence. the pattern is as follows,</div>
<div><br></div><div>          MPI_Win_fence(win1);</div><div>              ..........</div>
<div>          MPI_Win_lock(exclusive, win1);</div><div><br></div><div>          MPI_Accumulate(MPI_BOR, win1);</div><div><br></div><div>          MPI_Win_unlock(win1);<br><div><br></div><div>          MPI_Win_fence(win1);
</div></div><div><br></div><div>is it invalid to use lock in this way?</div><div><br></div><div>Thanks,</div><div>Ziaul.</div>
</blockquote></div><br></div>