hi all does anyone have idea about this problem , i have a code that runs nicely for 3000 element mesh but when i want to run it for 17000 element mesh it shows me this error: a common block or variable may not exceed 2147483647 bytes
this is some parts of code:
PARAMETER(NDIM=398316702)
integer IA(NDF+1),LPIVTC(NDF),JA(NDIM)
DIMENSION AA(NDIM)
and it shows the error for
DIMENSION AA(NDIM)
why is it in that way?