More efficient array processing

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Thu Oct 23 15:52:55 EDT 2008


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



More information about the Python-list mailing list