Re: building Lapack for Gretl
But do I need to build the the complex routines? Using your configure script (thanks!)
with: --disable-single --disable-complex
fails in "make check", there are unresolved references in the complex*16 routines.
Maybe I should build the whole thing? When Gretl calls a Lapack routine, it has to specify
s d c or z prefix, so if only the double real routines are used, I could build a smaller library.
I don't need Lapack for anything else, at least for right now.
Bob
<div>
<div>But do I need to build the the complex routines? Using your configure script (thanks!)</div>
<div>with: --disable-single --disable-complex </div>
<div>fails in "make check", there are unresolved references in the complex*16 routines.</div>
<div>Maybe I should build the whole thing? When Gretl calls a Lapack routine, it has to specify</div>
<div>s d c or z prefix, so if only the double real routines are used, I could build a smaller library.</div>
<div>I don't need Lapack for anything else, at least for right now. </div>
<div>Bob <br><br>
</div>
<div class="gmail_quote">On Mon, Jan 3, 2011 at 4:46 AM, Allin Cottrell <span dir="ltr"><<a href="mailto:cottrell@...">cottrell@...</a>></span> wrote:<br><blockquote class="gmail_quote">
<div class="im">On Sun, 2 Jan 2011, Bob McCall wrote:<br><br>> Which precisions and data types does Gretl use in Lapack? Is double real<br>> enough?<br><br>
</div>It's not really a matter of what gretl uses, but what lapack uses:<br>
"integer" is a 32-bit int and "doublereal" a 64-bit<br>flotating-point type ("double").<br><br>Allin Cottrell<br>_______________________________________________<br>Gretl-users mailing list<br><a href="mailto:Gretl-users@...">Gretl-users@...</a><br><a href="http://lists.wfu.edu/mailman/listinfo/gretl-users" target="_blank">http://lists.wfu.edu/mailman/listinfo/gretl-users</a><br>
</blockquote>
</div>
<br>
</div>