G77_INTRINSICS
Examples of G77 Intrinsic Functions


G77_INTRINSICS contains examples demonstrating the use and features of some of the intrinsic routines peculiar to the G77 FORTRAN compiler.

These functions are not listed in the FORTRAN standard; they are in some cases commonly available in C or C++ compilers.

Note that the G77 compiler is no longer being developed by Gnu. Instead, the GFORTRAN compiler has been produced, which can handle all the various dialects of FORTRAN. Users of G77 should consider using GFORTRAN instead.

Related Data and Programs:

C is a directory which includes some examples on features of the C language.

CPP is a directory which includes some examples on features of the C++ language.

F77 is a directory which includes some examples on features of the FORTRAN77 language.

F77_INTRINSICS is a directory which includes some examples of the use of intrinsic functions included with the FORTRAN77 standard language.

F90 is a directory which includes some examples on features of the FORTRAN90 language.

F90_INTRINSICS is a directory which includes some examples of the use of intrinsic functions defined as part of the FORTRAN90 standard.

G++_INTRINSICS is a C++ program which demonstrates some of the intrinsic functions provided by the G++ compiler.

G95_INTRINSICS is a directory which includes some examples of the use of "extra" intrinsic functions defined as part of the G95 compiler.

GCC_INTRINSICS is a C program which demonstrates some of the intrinsic functions provided by the GCC compiler.

GFORTRAN_INTRINSICS is a FORTRAN77 program which demonstrates the use of some of the intrinsic functions included with the GFORTRAN compiler.

MIXED shows some examples of writing a program partly in FORTRAN77 and partly in some other language.

MPI shows how to set up parallel programs in FORTRAN77.

TEST_VALUES is a FORTRAN77 library which stores some sample values of various special functions.

TIMER shows how to compute elapsed CPU time in FORTRAN77.

TIMESTAMP is a FORTRAN77 library which shows how to get a timestamp in FORTRAN77.

XLF_INTRINSICS is a directory which includes some examples of the use of intrinsic functions peculiar to the IBM XLF FORTRAN compiler.

Reference:

  1. The Gnu FORTRAN page, http://www.gnu.org/software/fortran/fortran.html .

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 10 March 2008.