I am using Plato Fortran95 and when I try and run my program I get a stack size error message that indicates I need to increase the size of the stack. Could somebody please let me know how I do this?
Did you find out how to increase the stack size assigned to a program using Plato SALFORD FORTRAN 95 platform? I'm having the same stack overflow problem and it's taking me ages...
thank you
In CONFIG.SYS, the following line
STACKS=n,s
where n specifies the number of stacks. Valid values for n are 0 and numbers in the range 8 to 64.
s specifies the size (in bytes) of each stack, 0 or numbers in the range 32 to 512.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.