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-B782D383-E597-41C1-9271-661BACF67BDF
Visible to Intel only — GUID: GUID-B782D383-E597-41C1-9271-661BACF67BDF
OPEN: SHARED Specifier
The SHARED specifier indicates that the file is connected for shared access by more than one program executing simultaneously. It takes the following form:
SHARED
On Linux* systems, shared access is the default for the Fortran I/O system. On Windows* systems, it is the default if SHARED or compiler option fpscomp general is specified.