Hi Guys,
I wrote a code that part of it looks like:
integer: imax
parameter(imax=4000)
double precision,dimension(imax,imax): clst,Nver.
When I used imax=500, it worked so well, but with imax=4000, it gives error like this:
libc detected *** malloc(): memory corruption: 0x1c109cb8 ***...