Hi everyone,
in the last days I have a lot of problems with my program. It seem sometimes to run randomly. I suppose tha it's a allocation problem. I saw tha sometimes does not caare about allocation in the vector. I mean if a I allocate a vector as:
ALLOCATE(VECTOR(1000)) and then i do
WRITE(*,*) vector(1001)
it runs anyway.
Is there any option in the compilation to avoid that?
Thanks a lot.



