Bill Tsou d80b6a89a3 Added SCC libraries лет назад: 6
..
.svn d80b6a89a3 Added SCC libraries лет назад: 6
bin d80b6a89a3 Added SCC libraries лет назад: 6
include d80b6a89a3 Added SCC libraries лет назад: 6
lib d80b6a89a3 Added SCC libraries лет назад: 6
makes d80b6a89a3 Added SCC libraries лет назад: 6
src d80b6a89a3 Added SCC libraries лет назад: 6
testing d80b6a89a3 Added SCC libraries лет назад: 6
Make.ia32 d80b6a89a3 Added SCC libraries лет назад: 6
Make.ia32.in d80b6a89a3 Added SCC libraries лет назад: 6
Make.top d80b6a89a3 Added SCC libraries лет назад: 6
Makefile d80b6a89a3 Added SCC libraries лет назад: 6
README d80b6a89a3 Added SCC libraries лет назад: 6
README.RCCE d80b6a89a3 Added SCC libraries лет назад: 6
configure d80b6a89a3 Added SCC libraries лет назад: 6
runhpl d80b6a89a3 Added SCC libraries лет назад: 6

README

==============================================================
High Performance Computing Linpack Benchmark (HPL)
HPL 2.0 - September 10, 2008
==============================================================

HPL is a software package that solves a (random) dense linear
system in double precision (64 bits) arithmetic on
distributed-memory computers. It can thus be regarded as a
portable as well as freely available implementation of the
High Performance Computing Linpack Benchmark.

The HPL software package requires the availibility on your
system of an implementation of the Message Passing Interface
MPI (1.1 compliant). An implementation of either the Basic
Linear Algebra Subprograms BLAS or the Vector Signal Image
Processing Library VSIPL is also needed. Machine-specific as
well as generic implementations of MPI, the BLAS and VSIPL
are available for a large variety of systems.

Install See the file INSTALL in this directory.
-------

Tuning See the file TUNING in this directory.
------

Bugs Known problems and bugs with this release are documen-
---- ted in the file hpl/BUGS.

Check out the website www.netlib.org/benchmark/hpl for the
latest information.

==============================================================