I cant declare it, the program give the error like as:
Error: The size of the array dimension is too large, and overflow occurred when computing the array size. [A]
REAL,DIMENSION(0:100000,0:100000)::A.
I want to declare a array 2 demensions with large size. Exam: A(1000000,1000000). Can I make it in Fortran? if can how I must declare? Please, help me.
Thank you very much!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.