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