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-078ADD9B-2372-4625-AC69-B16AB5242B6B
Visible to Intel only — GUID: GUID-078ADD9B-2372-4625-AC69-B16AB5242B6B
ATTRIBUTES EXTERN
The ATTRIBUTES directive option EXTERN specifies that a variable is allocated in another source file. EXTERN can be used in global variable declarations, but it must not be applied to dummy arguments.
!DIR$ ATTRIBUTES EXTERN :: var
var |
Is the variable to be allocated. |
This option must be used when accessing variables declared in other languages.