Hello,
in Salford's ftn77 environment there was a call to enable or disable the virtual scratch file facility, namely
use_virtual_scratch_files@
. If the virtual scratch file facility was enabled, files opened with STATUS='SCRATCH' were never written to disk but held in virtual memory.
Now, I could not find use_virtual_scratch_files@ in Salford's ftn95 compile environment.
Hence I would like to know, if the virtual scratch file facility is available under ftn95, and if so, by which call I would enable or disable it.
Thanks, Dietmar