F90_INTRINSICS
Examples of FORTRAN90 Intrinsic Functions


F90_INTRINSICS contains examples demonstrating the use and features of the many FORTRAN90 intrinsic functions and subroutines.

These functions may be broadly divided into groups of

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.

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

G77_INTRINSICS is a directory which includes some examples of the use of intrinsic functions included with the G77 compiler.

G95_INTRINSICS is a directory which includes some examples of the use of intrinsic functions peculiar to the GNU G95 FORTRAN compiler.

GCC_INTRINSICS is a C program which tests or demonstrates intrinsic routines provided by the GCC compiler.

GFORTRAN is a directory which includes examples of the use of the GFORTRAN compiler with FORTRAN90 code.

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

MIXED is a directory which shows some examples of writing a program partly in FORTRAN90 and partly in some other language.

MPI shows how to set up parallel programs in FORTRAN90.

TIMER shows how to compute elapsed CPU time in FORTRAN90.

TIMESTAMP shows how to get a timestamp in FORTRAN90.

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

Reference:

  1. Jeanne Adams, Walter Brainerd, Jeanne Martin, Brian Smith, Jerrold Wagener,
    Fortran90 Handbook,
    Complete ANSI/ISO Reference,
    McGraw Hill, 1992,
    ISBN: 0-07-000406-4.
  2. Miles Ellis, Ivor Philips, Thomas Lahey,
    Fortran90 Programming,
    Addison-Wesley, 1994,
    LC: QA76.73.F25E435,
    ISBN: 0-201-54446-6.
  3. ../../html/f90_intrinsics.html contains a list of the F90 intrinsic functions and a short description of each.

Examples and Tests:

List of Routines:

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


Last revised on 07 July 2006.