Hi,
I use ifort11 to compile the windows application. Recently I figureout that, stacksize limitatation is causing some error and with /F option, I could overcome for the time being. But my objective is to set the unlimited stacksize or auto stacksize based on the operating system (my application will be used in 32- as well as 64- bit machines).
Can someone advise me on how to make unlimited or auto stack size for windows?