root / README @ 8
Historique | Voir | Annoter | Télécharger (1,27 ko)
1 |
============================================================== |
---|---|
2 |
High Performance Computing Linpack Benchmark (HPL) |
3 |
HPL 2.0 - September 10, 2008 |
4 |
============================================================== |
5 |
|
6 |
HPL is a software package that solves a (random) dense linear |
7 |
system in double precision (64 bits) arithmetic on |
8 |
distributed-memory computers. It can thus be regarded as a |
9 |
portable as well as freely available implementation of the |
10 |
High Performance Computing Linpack Benchmark. |
11 |
|
12 |
The HPL software package requires the availibility on your |
13 |
system of an implementation of the Message Passing Interface |
14 |
MPI (1.1 compliant). An implementation of either the Basic |
15 |
Linear Algebra Subprograms BLAS or the Vector Signal Image |
16 |
Processing Library VSIPL is also needed. Machine-specific as |
17 |
well as generic implementations of MPI, the BLAS and VSIPL |
18 |
are available for a large variety of systems. |
19 |
|
20 |
Install See the file INSTALL in this directory. |
21 |
------- |
22 |
|
23 |
Tuning See the file TUNING in this directory. |
24 |
------ |
25 |
|
26 |
Bugs Known problems and bugs with this release are documen- |
27 |
---- ted in the file hpl/BUGS. |
28 |
|
29 |
Check out the website www.netlib.org/benchmark/hpl for the |
30 |
latest information. |
31 |
|
32 |
============================================================== |