<div class="gmail_quote">On Tue, Sep 20, 2011 at 15:05, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov">bsmith@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 class="im"> By the way, it always seemed strange to me that PETSC_MACHINE_EPSILON (in double) is defined to be 1.e-14 instead of the actual IEEE value 1.11022e-16 (or 2.22045e-16). Its square root is 1.0537e-08.<br>
<br>
</div>   I'll fix this.<br>
<div class="im"><br>
><br>
> Also, it could be possible to set these values by calling Lapack's _lamch at configure.<br>
<br>
</div>   Yuck<br></blockquote></div><br><div>This stuff is defined in float.h (and limits.h for integers). tfs.h includes this unconditionally (maybe it should check PETSC_HAVE_FLOAT_H, but it doesn't), so if we aren't seeing lots of hard build failures in that code, then it's really available everywhere (it was specified by C89, so this isn't too surprising).</div>