INTRINSIC routines from the HPF benchmark suite
================================================

all.hpf        : Fortran 90 intrinsic 'all' is tested

dotprod.hpf    : Fortran 90 intrinsic dotproduct is tested 
                (not supported by Adaptor, replace with sum(a*b))

example.hpf

matmul_c.hpf   : Testing Fortran 90 intrinsic 'matmul' for complex numbers
matmul_d.hpf   : Testing Fortran 90 intrinsic 'matmul' for double numbers
matmul_i.hpf   : Testing Fortran 90 intrinsic 'matmul' for integer numbers
matmul_l.hpf   : Testing Fortran 90 intrinsic 'matmul' for logical values
matmul_r.hpf   : Testing Fortran 90 intrinsic 'matmul' for real numbers

merge_c.hpf
merge_d.hpf
merge_i.hpf
merge_l.hpf
merge_r.hpf

prod1.hpf
prod2.hpf
prod3.hpf

shift.hpf

sum1.hpf
sum2.hpf
sum3.hpf

trans.hpf   : Fortran 90 intrinsic transpose is tested
              (transpose is fully supported by Adaptor)

