-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
32 lines (25 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
==============================================================
High Performance Computing Linpack Benchmark (HPL)
HPL - 2.2 - February 24, 2016
==============================================================
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.
==============================================================