This directory contains

TEST PASSING EVIDENCE. Results of all tests (see ../test/README):
   test.log.centosB.mkl.ifort
   test.log.mac.openblas.gfortran
   testdemo.log  (result of "make testdemo") 

PORTABILITY EVIDENCE. Output from compilation with three different Fortran
compilers on three different platforms with four different BLAS libraries:
   make.log.centosA.openblas.gfortran
   make.log.centosB.openblas.gfortran
   make.log.centosB.openblas.ifort
   make.log.mac.accelerate.gfortran
   make.log.mac.mkl.gfortran
   make.log.mac.openblas.nagfor
   make.log.mac.refblas.gfortran
   make.log.ubuntu.mkl.gfortran
Obtained with:
   make allbutdoc FC=<fc> BLAS=<blas> > evidence/make.log.<platform>.<blas>.<fc> <redirect>
where <redirect> is 2>&1 except with nagfor; for example:
   make allbutdoc FC=nagfor BLAS=mkl > evidence/make.log.mac.mkl.nagfor
   make allbutdoc FC=gfortran BLAS=mkl > evidence/make.log.mac.mkl.gfortran 2>&1
   make allbutdoc FC=ifort BLAS=refblas > evidence/make.log.ubuntu.refblas.ifort 2>&1

STANDARD COMPLIANCE EVIDENCE.
  All the make.log files listed above are obtained with -std=f2003

PLATFORMS. Results of query commands about the platforms:
  platform-info.txt
