Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Name the .exe file

gsfantos
Beginner
388 Views
Hi to everyone,
is there any way that you could name the .exe file that is created by the compiler, by a name that you specify inside the source code?
Any ideas?
Thanks in advance guys
0 Kudos
1 Reply
Steven_L_Intel1
Employee
388 Views
No. The name of the executable is determined completely by what is on the command line - either the name of the first input file or the value to /out or /Fe. Nothing inside the source file can change that.
0 Kudos
Reply