Stack size, and warnings



1. My recursive program now runs, but when I increase the size
of the job, I get an "IOT trap", which I am told is likely
to be stack overflow. I am using the Intel 90/95 compiler,
and I work under Suse Linux 10.1. I think I need to write
something into the .bashrc file; what should this be, please?

2. The routine calls itself many times, with array sections
as arguments, and I get a lot of warnings that a temporary
array was allocated. I tried to suppress these with the -w
option, but they don't go away. Why not, and how do I stop
them?
--
Dieter Britz, Kemisk Institut, Aarhus Universitet
.



Relevant Pages

  • Re: Stack size, and warnings
    ... to be stack overflow. ... The routine calls itself many times, with array sections ... option and I no longer get the warnings. ... the same error, IOT trap. ...
    (comp.lang.fortran)
  • Re: glibc and more
    ... In it, I allocate a couple of temporary arrays, and deallocate ... What is an IOT trap? ... allocated an array of insufficient length. ... recursive routine, a less scrutable error is reported upon ...
    (comp.lang.fortran)