GFortran

Introduction

gfortran is the name of the GNU Fortran compiler, which is part of the GNU Compiler Collection (GCC). gfortran has replaced the g77 compiler, which stopped development before GCC version 4.0. It includes support for the Fortran 95 language and is compatible with most language extensions supported by g77, allowing it to serve as a drop-in replacement in many cases. Parts of Fortran 2003 and Fortran 2008 have also been implemented.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) % /usr/bin/gfortran -o executable source1.f90 source2.f90 4.1.2 (default)

Notes

People

  1. Bharat Jayaraman, instructor.
  2. Stuart Shapiro, instructor.

References

  1. http://en.wikipedia.org/wiki/Gfortran
  2. http://gcc.gnu.org/fortran/
  3. http://gcc.gnu.org/wiki/GFortranUsage
AttachmentSize
echo.f587 bytes