Local arrays of variable size are allocated

Alberto Luaces aluaces@udc.es
Wed Apr 13 19:41:00 GMT 2016


Dominique d'Humières writes:

>> Can adjust anything so only stack space is used?
>
> Which options are you using? You may want to try -Ofast.

Spot on, Dominique! -Ofast triggers "-fstack-arrays", which does exactly
what I need.

-- 
Alberto



More information about the Fortran mailing list