help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: memory exhaust


From: Dmitri A. Sergatskov
Subject: Re: memory exhaust
Date: Wed, 8 Nov 2006 12:04:53 -0700

On 11/7/06, Matthieu Debailleul <address@hidden> wrote:
Hi,

>
>
>>I compiled octave with 64-bit pointers on an Itanium box with 32GB of
>>memory, and then did a=rand(1e9,1):
>>
>>
Here, Octave 2.9.9  has been compiled on X86-64 (mandriva64+P4 D 805
with 8 GB of memory) and it works  well with --enable-64 flags. :)


Which blas/lapack do you use?

Can you do

a = rand(3e4);
tic; a*inv(a); toc

and report the result to the list?

--
Matthieu Debailleul,

Sincerely,

Dmitri.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]