On Thu, 23 Oct 2008 11:44:04 -0700, John [H2O] wrote:

> What is strange though, is that I have several Fortran programs that
> create the exact same array srtucture... wouldn't they be restricted to
> the 2Gb limit as well?

They should be.  What about the data type of the elements?  Any chance 
they are just 4 byte floats in your Fortran code i.e. C floats instead of 
C doubles like the default in `numpy`?

Ciao,
        Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to