Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-A7117814-0C8F-49DC-BC74-391AA2E9437C
Visible to Intel only — GUID: GUID-A7117814-0C8F-49DC-BC74-391AA2E9437C
IDENT
General Compiler Directive: Specifies a string that identifies an object module. The compiler places the string in the identification field of an object module when it generates the module for each source program unit.
!DIR$ IDENT string
string |
Is a character constant containing printable characters. The number of characters is limited by the length of the source line. |
Only the first IDENT directive is effective; the compiler ignores any additional IDENT directives in a program unit or module.