<div class="gmail_quote">On Thu, Dec 23, 2010 at 09:18, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1f1">petsc configure will now download superlu/<span class="il">superlu_dist</span> directly from<br>
this location as we won't have any more local patches..</div></blockquote></div><br><div>We need one more patch (attached) to compile with Clang.  This only fixes the fatal errors, none of the calls to these functions check the return value so maybe they should just return void.</div>
<div><br></div><div>Additionally, there are lots of functions returning non-void but lacking a return statement.  This is not valid C, but Clang (and other compilers, evidently) happen to only issue warnings for these violations.</div>