Hi Guys,
There is a SHARED specifier to the FORTRAN open statement...
Here is the info from the Inter compiler manual.
Hope this helps... Martin
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* and Mac OS* X 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.
See Also
Building Applications for details on file sharing
fpscomp:general compiler option