Stack overflow in Fortran 90

后端 未结 6 1365
旧巷少年郎
旧巷少年郎 2020-12-29 13:47

I have written a fairly large program in Fortran 90. It has been working beautifully for quite a while, but today I tried to step it up a notch and increase the problem size

6条回答
  •  情话喂你
    2020-12-29 14:08

    For me the issue was the stack reserve size. I went and changed the stack reserved size from 0 to 100000000 and recompiled the code. The code now runs smoothly.

    enter image description here

提交回复
热议问题