Hi,
How can I declare the arrays of such size
REAL, DIMENSION(250,250,250,250) :: A ??[ponder]
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...