Hi,
How can I declare the arrays of such size
REAL, DIMENSION(250,250,250,250) :: A ??
I use intel visual Fortran and it generates the error message: The size of the array dimension is too large, and overflow occurred when computing the array size.
I cannot get away with sparse matrix as well.
Please give some suggestion.
Thanks.
How can I declare the arrays of such size
REAL, DIMENSION(250,250,250,250) :: A ??
I use intel visual Fortran and it generates the error message: The size of the array dimension is too large, and overflow occurred when computing the array size.
I cannot get away with sparse matrix as well.
Please give some suggestion.
Thanks.