Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Name the .exe file

gsfantos
Beginner
450 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
450 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