in reply to limit stacksize unlimited
What you probably want is:
That will start a shell, in the shell you increase the stack size limit, and then the shell calls the Fortran program, which will inherit the setting.system "ulimit -s unlimited; your_fortan_program";
Or you could increase the stack size limit before you call your Perl program.
|
|---|