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

Compiler-Generated Interface Modules instead of .exe

bobae
Beginner
460 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
460 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