On Mon, Jun 18, 2012 at 6:59 AM, Michel Talon <talon at lpthe.jussieu.fr>wrote:
> Hello,
>
> a colleague has the following problem with maxima 5.27.0 on a Mac running
> Mac
> OS 10.6.8 with 8 Gigs memory, which suggests a bug somewhere:
>
> Maxima 5.27.0 http://maxima.sourceforge.net
> using Lisp SBCL 1.0.55.0-abb03f9
>
>
> load(lapack);
>
> [snip]
>
> Total bytes allocated = 359584888
> Dynamic-space-size bytes = 536870912
>
I regularly compile lapack with 32-bit cmucl and ccl without problems. I
think the translated code is fairly straightforward CL, so this is rather
surprising.
As a workaround, can he use the 64-bit version of sbcl?
Ray