<div class="gmail_quote">On Sun, Mar 18, 2012 at 11:24, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div>This sounds fine to me. I think the acid test is to rewrite Bill's new CG in it.</div></div></blockquote><div><br></div><div>Someone at ICERM knew the reference for that, right?</div><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div class="im"><div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


</blockquote></div></div><br>I do not understand this. What call creates the PetscSplitReduction struct?</blockquote><div><br></div><div>PetscSplitReductionGet(MPI_Comm) gets it out of the attribute cache on the comm, creating it if it doesn't exist yet.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Is it the Begins? So after Begin, it is present in<div>the Vec and the Comm. </div></blockquote><div><br></div>
<div>Currently only in the Comm, and it's always accessed the same way.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Then when you call PetscCommSplitReductionBegin, it leaves the comm, and resides only in the</div>

<div>Vec along with a Request. Then the End destroys it? So it lives in the Comm for aggregation purposes? That sounds fine to</div><div>me.</div></blockquote></div><br><div>Right, I want it to still live in the comm for aggregation purposes, but have a reference count and have the link from the comm dropped when the reduction starts.</div>