This directory contains example SMP parallel programs.
Following is a list of the files in this directory:

  README		This file

  fftpde                A self-guided tutorial on how to use 
			OpenMP directives to parallelize the 
			NAS FT fast Fourier transform benchmark.

  linpack               Linpack100 set up to run in parallel on 
			SMP systems using the auto-parallel 
			features of the PGI Fortran compilers.

  matmul                A matrix multiply benchmark set up to
			run in parallel using auto-parallelization,
			OpenMP parallelization, or data parallel
			HPF parallelization.
