Re: Stack size, and warnings
- From: "Fly Away" <victor.prosolin@xxxxxxxxx>
- Date: 28 Sep 2006 12:02:47 -0700
Dieter Britz wrote:
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?
Add the following line
ulimit -s unlimited
to increase the stack size.
Sounds like you used runtime checking options when you compiled your
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?
code. So it give you a warning during execution rather than
compilation. Recompile it without using "-check whatever" option.
Victor.
.
- References:
- Stack size, and warnings
- From: Dieter Britz
- Stack size, and warnings
- Prev by Date: Re: comment and IBM xlf
- Next by Date: Re: comment and IBM xlf
- Previous by thread: Re: Stack size, and warnings
- Next by thread: Re: Stack size, and warnings
- Index(es):
Relevant Pages
|