Yinan-Scott-Shi / fds-smv

Automatically exported from code.google.com/p/fds-smv
0 stars 0 forks source link

Stack overflow #756

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please complete the following lines...

Application Version:
SVN Revision Number:
Compile Date:
Operating System: Windows XP 32 bit
Compiled using Visual Studio 2005 and Intel Fortran Compiler 9.1
Describe details of the issue below:
When I run the attached input file, I get a stack overflow error.  It says
Program Exception - Stack overflow.

Shiv

Original issue reported on code.google.com by gan71...@gmail.com on 26 May 2009 at 7:48

Attachments:

GoogleCodeExporter commented 9 years ago
I don't. Did you set the stack size to be larger than the default? Why are you 
using 
Intel Fortran 9? We use 11.

Original comment by mcgra...@gmail.com on 26 May 2009 at 8:02

GoogleCodeExporter commented 9 years ago
I gave the stack value to be 327680000, ten times more than the default value 
and it
ran upto 0.3 seconds after which I got the following error message 
"subscript #1 of the array Y2CPBAR_C has value -51 which is less than the lower 
bound
 of 1" in line 1207 of func.f90

Original comment by gan71...@gmail.com on 26 May 2009 at 8:09

GoogleCodeExporter commented 9 years ago
What version or SVN number?

Original comment by mcgra...@gmail.com on 26 May 2009 at 8:15

GoogleCodeExporter commented 9 years ago
Version 5.3.0.  I don't know the SVN number.

Original comment by gan71...@gmail.com on 26 May 2009 at 8:21

GoogleCodeExporter commented 9 years ago
The version is up to 5.3.1. The SVN number is displayed when you type 'fds5' at 
the 
command prompt.

Original comment by mcgra...@gmail.com on 26 May 2009 at 8:23

GoogleCodeExporter commented 9 years ago
Hi, the SVN number it shows 0.  Actually, I modified the source code a bit.  
But I
didn't do anything in func.f90. But I don't know why I get this error.

Original comment by gan71...@gmail.com on 26 May 2009 at 8:33

GoogleCodeExporter commented 9 years ago
Nor do I. I cannot help you when I do not know what you have done to the code, 
which 
version you have modified, or what might be wrong with the older version of the 
Intel compiler. If you are going to work with the source code, you need to do 
daily 
merges with the version in the repository so that we can help you debug if need 
be.

Original comment by mcgra...@gmail.com on 26 May 2009 at 9:14