The FreeBSD Ports Archive
FreeBSD benchmarks : hpl4>
High Performance Computing Linpack Benchmark
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 aportable as well as freely available implementation of the High
Performance Computing Linpack Benchmark.
The algorithm used by HPL can be summarized by the following keywords:
Two-dimensional block-cyclic data distribution - Right-looking variant of the
LU factorization with row partial pivoting featuring multiple look-ahead
depths - Recursive panel factorization with pivot search and column broadcast
combined - Various virtual panel broadcast topologies - bandwidth reducing
swap-broadcast algorithm - backward substitution with look-ahead of depth 1.
The HPL package provides a testing and timing program to quantify the accuracy
of the obtained solution as well as the time it took to compute it. The best
performance achievable by this software on your system depends on a large
variety of factors. Nonetheless, with some restrictive assumptions on the
interconnection network, the algorithm described here and its attached
implementation are scalable in the sense that their parallel efficiency is
maintained constant with respect to the per processor memory usage.
http://www.netlib.org/benchmark/hpl/
|
hpl history
v. 1.8
date: 2007/07/15 13:54:33; author: pav; state: Exp; lines: +1 -5
- Convert to USE_FORTRAN
v. 1.7
date: 2007/05/19 20:00:20; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.6
date: 2007/01/17 08:45:40; author: maho; state: Exp; lines: +17 -4
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
Approved by: portmgr(kris)
v. 1.5
date: 2006/05/03 23:26:31; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with B
v. 1.4
date: 2005/11/25 15:37:04; author: oliver; state: Exp; lines: +2 -1
www.netlib.org seems to be down, add a mirror for hpl.tgz
v. 1.3
date: 2005/05/25 22:17:30; author: oliver; state: Exp; lines: +2 -1
fix build
hpl's Makefile used ARCH for some own things which conflicted with the predefined ARCH.
I renamed hpl's ARCH variable.
v. 1.2
date: 2004/07/14 13:37:21; author: oliver; state: Exp; lines: +0 -5
maho@ reported that atlas isn't broken any longer on amd64
v. 1.1
date: 2004/02/25 18:06:01; author: oliver; state: Exp;
High Performance Computing Linpack Benchmark
- needs an MPI implementation (mpich and lam are supported by this port)
- needs an Basic Linear Algebra Subprograms implementation like atlas (default)
or blas (both are supported by this port)
tested on alpha (5), amd64 (5) and i386 (4 and 5)
=============================================================================
|
| |

|