I'm wondering if anyone has a 64-bit build of Octave? If so, do you know if it has full access to the 64 bit memory range -- i.e., can you create a matrix which uses up more than 4GB of memory?
Thanks,
Ben
|
feedback
|
|
I don't know if that helps you but according to this: http://wiki.octave.org/wiki.pl?EnableLargeArrays, support over 2 GB of memory for array is experimental. | |||
|
feedback
|
|
I realize the question is old but it's still quite relevant. On a Mac yes, I used homebrew and include an example of a matrix over 4GB below. Currently this procedure works: Install homebrew and then run the following in a terminal window.
Then add this to ~/.octaverc:
Enjoy your 64-bit octave compile!
| |||
|
feedback
|