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.
29285 Discussions

Compiler-Generated Interface Modules instead of .exe

bobae
Beginner
483 Views
I'm new to FORTRAN so this might be a dumb question. When I compile my code on Visual Fortran, it gives me several _genmod MOD files and source codes, in addition to one object file. Instead, I want it to output one executable file. How do I do that? It may help to know that I'm using several include files, though I'm not sure that made a difference. Thank you!
0 Kudos
1 Reply
Steven_L_Intel1
Employee
483 Views
Assuming that you created an executable project, you should build the solution and not compile individual source files. The .MOD files you are seeing are part of the generated interface checking feature and can be ignored.
0 Kudos
Reply