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

How to find out the compiler and version no.

rase
New Contributor I
431 Views

Hallo friends,

does anybody know how to find out which compiler (CVF/IVF) and version (IVF) was used to compile an object file, a library, dllor exe? Is it even possible?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
431 Views
The version number is typically not recorded in the object. You can sometimes get a clue from the object or library or DLL by seeing what libraries it references a - mention of dfconsol means CVF, for example.
0 Kudos
Reply