XLF_INTRINSICS is a FORTAN90 program which demonstrates the use and features of some of the intrinsic routines peculiar to the IBM XLF FORTRAN compiler.
These functions are not listed in the FORTRAN standard; they are in some cases commonly available in C or C++ compilers.
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.
G77_INTRINSICS is a directory which includes some examples of the use of intrinsic functions included with the GNU G77 compiler.
G95_INTRINSICS is a directory which includes some examples of the use of intrinsic functions included with the GNU G95 FORTRAN compiler.
GCC_INTRINSICS is a C program which tests or demonstrates intrinsic routines provided by the GCC compiler.
GFORTRAN_INTRINSICS is a FORTRAN90 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 FORTRAN90 and partly in some other language.
MPI shows how to set up parallel programs in FORTRAN90.
TEST_VALUES is a FORTRAN90 library which stores some sample values of various special functions.
TIMER shows how to compute elapsed CPU time in FORTRAN90.
TIMESTAMP is a library of FORTRAN90 routines which can produce a YMDHMS date for use as a timestamp.
You can go up one level to the FORTRAN90 source codes.