The behavior of the gfortran can be influenced by
environment variables.
Malformed environment variables are silently ignored.
TMPDIR—Directory for scratch filesGFORTRAN_STDIN_UNIT—Unit number for standard inputGFORTRAN_STDOUT_UNIT—Unit number for standard outputGFORTRAN_STDERR_UNIT—Unit number for standard errorGFORTRAN_UNBUFFERED_ALL—Do not buffer I/O on all unitsGFORTRAN_UNBUFFERED_PRECONNECTED—Do not buffer I/O on preconnected unitsGFORTRAN_SHOW_LOCUS—Show location for runtime errorsGFORTRAN_OPTIONAL_PLUS—Print leading + where permittedGFORTRAN_LIST_SEPARATOR—Separator for list outputGFORTRAN_CONVERT_UNIT—Set conversion for unformatted I/OGFORTRAN_ERROR_BACKTRACE—Show backtrace on run-time errorsGFORTRAN_FORMATTED_BUFFER_SIZE—Set buffer size for formatted I/OGFORTRAN_UNFORMATTED_BUFFER_SIZE—Set buffer size for unformatted I/O