Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What should be the array size limit?

Status
Not open for further replies.

Widukin

Programmer
Feb 8, 2003
11
FR
I am currently trying to create an array of real*8 with 33756 entries, I didn't think it was too big, but... it just crashes de executable...
(btw, it's an array with three levels (i,j,k))

What are your thoughts on this?

What is the maximum size of an array?

Thank you,

WL

PS: if the size is not the problem then I have to approach this on a different level...
 
It really depends on your system. real*8 with 33756 entries ends up as 270048 bytes. That isn't too big for most modern systems.

Which version of Fortran are you using
 
I'm using Fortran PS4

The error didn't repeat itself...
(still wondering what had happened before)

Thank you for the reply :)


WL
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top