Stack overflow, heap:arrays and Fortran array functions

If I want to set the stack size to 2MB (assuming 1MB is the default), should I compile with the following line:

ifort -o win_run.exe mymod1.f90 mymod2.f90 test_reshape.f90 -link -stack:2

Sorry for the basic question :slight_smile: