Hi all!
First, I didn't find a proper place to post a FORTRAN related problem.
I am using FTN95 to compile a software BEMLIB to solve some simple problem. As the first step, I just tried to run the example problems given by the author, the parameters of which have been given in the code. But I get the following error for nearly every problem I tried:
'Salford run-time library. Stack Overflow: Re-link program with bigger stack value. (stack.reserve,commit). Will attempt to trace back.'
and
'Stack Overflow : at address = 2d72a80, eps = 2d72ee602d72a80 routine at address 2d72a80 [+0000]' 004010 PRTCL_2D [++22d3]'
For the program 'PRTCL_2D.f' I tried. The file complied and linked well, and the program run well after a few steps(to let you choose some parameters). I believe I get those errors everytime it tries to solve the linear system.
So can anyone please tell me what is probably going wrong? Is the error coming from the program or the compiler or my computer? Any piece of advice will be appreciated!!
Thanks very much!
Best,
Prosper
First, I didn't find a proper place to post a FORTRAN related problem.
I am using FTN95 to compile a software BEMLIB to solve some simple problem. As the first step, I just tried to run the example problems given by the author, the parameters of which have been given in the code. But I get the following error for nearly every problem I tried:
'Salford run-time library. Stack Overflow: Re-link program with bigger stack value. (stack.reserve,commit). Will attempt to trace back.'
and
'Stack Overflow : at address = 2d72a80, eps = 2d72ee602d72a80 routine at address 2d72a80 [+0000]' 004010 PRTCL_2D [++22d3]'
For the program 'PRTCL_2D.f' I tried. The file complied and linked well, and the program run well after a few steps(to let you choose some parameters). I believe I get those errors everytime it tries to solve the linear system.
So can anyone please tell me what is probably going wrong? Is the error coming from the program or the compiler or my computer? Any piece of advice will be appreciated!!
Thanks very much!
Best,
Prosper