<div dir="ltr">On Thu, Feb 7, 2013 at 6:36 PM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@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 dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><div class="im">On Thu, Feb 7, 2013 at 5:18 PM, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">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><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">5)<br>

#define KSPGMRES "gmres"<br>
<br>
?<br></blockquote><div><br></div></div><div>We had this argument. The typedef behaves in a weird was with 'const'.</div></blockquote><div><br></div></div><div>Huh? We already have typedef const char *KSPType. It's easy to replace these with constant data (extern KSPType KSPGMRES), but that's harder to read and we still have to define it for Fortran as well.</div>
</div></div></div></blockquote><div><br></div><div style>Brain melt down. I am only half looking now.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



6)<br>
#if defined(PETSC_HAVE_SOMEINCLUDE)<br>
#include <someinclude.h><br>
<br>
   I was thinking we could auto generate empty someinclude.h for these (putting in $PETSC_ARCH/include) Cheesy but ?<br></blockquote><div><br></div></div><div>Hmm, that seems fragile. I would rather generate the header lists.</div>

</blockquote></div></div><br>Where is the programmer going to state which headers they need in a specific source file?</div></div>
</blockquote></div><br>Hmm, it seems like the easiest thing to do is delete them if they don't exist.</div><div class="gmail_extra"><br></div><div class="gmail_extra">   Matt<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>