Docs4dev
Docs
Docs4dev
  • Tools
  • Privacy
  • GitHub

Search

Loading search index…

No recent searches

No results for "Query here"

  • to select
  • to navigate
  • to close

Search by FlexSearch

On this page

On this page
gnu_fortran / 13 / runtime.html

Next: Compiler Characteristics, Previous: GNU Fortran Command Options, Up: Introduction [Contents][Index]

3 Runtime: Influencing runtime behavior with environment variables ¶

The behavior of the gfortran can be influenced by environment variables.

Malformed environment variables are silently ignored.

  • TMPDIR—Directory for scratch files
  • GFORTRAN_STDIN_UNIT—Unit number for standard input
  • GFORTRAN_STDOUT_UNIT—Unit number for standard output
  • GFORTRAN_STDERR_UNIT—Unit number for standard error
  • GFORTRAN_UNBUFFERED_ALL—Do not buffer I/O on all units
  • GFORTRAN_UNBUFFERED_PRECONNECTED—Do not buffer I/O on preconnected units
  • GFORTRAN_SHOW_LOCUS—Show location for runtime errors
  • GFORTRAN_OPTIONAL_PLUS—Print leading + where permitted
  • GFORTRAN_LIST_SEPARATOR—Separator for list output
  • GFORTRAN_CONVERT_UNIT—Set conversion for unformatted I/O
  • GFORTRAN_ERROR_BACKTRACE—Show backtrace on run-time errors
  • GFORTRAN_FORMATTED_BUFFER_SIZE—Set buffer size for formatted I/O
  • GFORTRAN_UNFORMATTED_BUFFER_SIZE—Set buffer size for unformatted I/O

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran/Runtime.html

  • Privacy Policy
  • 蜀ICP备14021783号-6
  • Brought to you by Docs4dev