TMPDIR
—Directory for scratch files ¶When opening a file with STATUS='SCRATCH'
, GNU Fortran tries to
create the file in one of the potential directories by testing each
directory in the order below.
TMPDIR
, if it exists.
GetTempPath
function. Alternatively, on the Cygwin target, the TMP
and
TEMP
environment variables, if they exist, in that order.
P_tmpdir
macro if it is defined, otherwise the directory
/tmp.