John Nagle <[EMAIL PROTECTED]> wrote:
>Robert LaMarca wrote:
>>
>> I am using numpy and wish to create very large arrays. My system is AMD 64
>> x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap
>> drive.
>
> Does a full 64-bit version of CPython, one where all point
Robert LaMarca wrote:
Hi,
I am using numpy and wish to create very large arrays. My system is AMD 64
x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap
drive.
Does a full 64-bit version of CPython, one where all pointers
and sizes are 64 bits, even exist?
Terry Reedy wrote:
Robert LaMarca wrote:
Hi,
I am using numpy and wish to create very large arrays. My system is
AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a
15 GB swap drive.
The command I have been trying to use is;
g=numpy.ones([1000,1000,1000],numpy.int32)
Robert LaMarca wrote:
Hi,
I am using numpy and wish to create very large arrays. My system is AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap drive.
The command I have been trying to use is;
g=numpy.ones([1000,1000,1000],numpy.int32)
This returns a mem
Robert LaMarca <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using numpy and wish to create very large arrays. My system is
> AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a
> 15 GB swap drive.
>
> The command I have been trying to use is;
> g=numpy.ones([1000,1000,1000],
Robert LaMarca wrote:
Hi,
I am using numpy and wish to create very large arrays. My system is AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap drive.
The command I have been trying to use is;
g=numpy.ones([1000,1000,1000],numpy.int32)
This returns a memor
Hi,
I am using numpy and wish to create very large arrays. My system is AMD 64 x
2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap drive.
The command I have been trying to use is;
g=numpy.ones([1000,1000,1000],numpy.int32)
This returns a memory error.
A smaller a