I know that it is possible to compile in IVF from CMD by using the ifort command. However, that command only compiles and does not run the executable upon finishing compiling. The .exe needs to be run sequentially by hand.
Is there any automatic option in the ifort driver to compile and run the .exe automatically?
Thanks in advance.