<div dir="ltr">On Sun, Nov 10, 2013 at 6:22 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On Nov 10, 2013, at 6:15 PM, Jed Brown <<a href="mailto:jedbrown@mcs.anl.gov">jedbrown@mcs.anl.gov</a>> wrote:<br>
<br>
> Barry Smith <<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>> writes:<br>
><br>
>>   PetscInitializeBegin()<br>
>>   PetscSetX()<br>
>>   PetscSetY()<br>
>>   ….<br>
>>   PetscInitializeEnd()<br>
>><br>
>>   where PetscInitialize() does the default of all of these things?<br>
><br>
> I'm not sure you need a special PetscInitializeEnd(), just<br>
> PetscInitializeMinimal() and then pass arguments to the<br>
> optional/customizable initialization steps.<br>
<br>
</div>   What about any possibly customizable steps that the user choose not to set? When would they happen? I was thinking in the InitializeEnd(). I really don’t like the InitializeAsNeeded much later business since some initializations may be collective.<br>

<br>
   We don’t have to save all the intermediate initialization info till the end. Each Set could trigger some initialization and the end only handles the left over.</blockquote><div><br></div><div>This all seems like a terribly convoluted and fragile solution to this problem. If we stack this up against some</div>
<div>extra configure work to get the lock call right, I think that is a clear win.</div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
   Barry<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
> It's easier to understand<br>
> an error that is returned from the function that caused it then to store<br>
> the arguments until one big function at the end, unless there are<br>
> terribly confusing ordering problems.<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>