help-octave
[Top][All Lists]
Advanced

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

Re: New Version 4.0.0


From: Tatsuro MATSUOKA
Subject: Re: New Version 4.0.0
Date: Wed, 2 Sep 2015 19:41:30 +0900 (JST)

----- Original Message -----

> From: Mallikarjuna Jangannavar 
> To: 'Mike Miller' ; 'Tatsuro MATSUOKA' ; Carlo de Falco 
> Cc: Octave Help <address@hidden>
> Date: 2015/9/2, Wed 16:34
> Subject: RE: New Version 4.0.0
> 
> Hi,
> 
> Thanks for the information. Now GUI is working fine.
> 
> I have another problem with 64 bit.
> 
>>>  a = zeros (1024*1024*1024*3, 1, 'int8');
> 
> error: out of memory or dimension too large for Octave's index typ
> 
> The linux is 64 bit but the above error occurs. Could you please help us in 
> resolving the issue.


You need build octave with Octave with 64-bit Indexing for using large arrays 
(>2GB).
http://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html#Compiling-Octave-with-64_002dbit-Indexing


One way use build octave with mxe-octave with --enable-64 on linux native build.

I am not familiar with linux natave build octave using mxe-octave.

There is a tutorial but I have not tried it on linux.
http://wiki.octave.org/MXE


Tatsuro

Tatsuro



reply via email to

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