[SciPy-user] 64 bit Address Space Limitations

Travis Brady travis.brady at gmail.com
Thu Mar 23 10:51:53 EST 2006


Regarding the ability to do this with 2.4, what types of slicing would run
into problems?
I might consider sticking with 2.4 for now if the slicing and buffer issues
mentioned can be coded around.

Travis


On 3/14/06, Travis Oliphant <oliphant.travis at ieee.org> wrote:
>
> Mark W. wrote:
> > Hi. We are converting our systems to a 64-bit platform to hopefully take
> > advantage of larger address spaces for arrays and such. Can anyone tell
> me -
> > or point me to documentation which tells - how much address space for an
> > array I could hope to get? We have a memory error on the 32-bit machines
> > when we try to load a large array and we're hoping this will get around
> that
> > 2 Gig (or less) limit.
> >
> This is finally possible using Python 2.5 and numpy.  But, you need to
> use Python 2.5 which is only available as an SVN check-out and still has
> a few issues.  Python 2.5 should be available as a release in the summer.
>
> NumPy allows creation of larger arrays even with Python 2.4 but there
> will be some errors in some uses of slicing, the buffer interface, and
> memory-mapped arrays because of inherent limitations to Python that were
> only recently removed.
>
> -Travis
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060323/a44f715f/attachment.html>


More information about the SciPy-User mailing list