diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-26 02:06:01 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-26 02:06:01 +0800 |
commit | 02d428b109fac414b55adbc122b9051bfb07501c (patch) | |
tree | de30f8ec76ee22ceb768840ac553ddca0b06dee9 /benchmarks/Makefile | |
parent | 457bf65e08cdf24cbe26bcaa97d1e3a233c5db7e (diff) | |
download | freebsd-ports-gnome-02d428b109fac414b55adbc122b9051bfb07501c.tar.gz freebsd-ports-gnome-02d428b109fac414b55adbc122b9051bfb07501c.tar.zst freebsd-ports-gnome-02d428b109fac414b55adbc122b9051bfb07501c.zip |
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)
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 5ff72aeb98f9..b136ee2cf8db 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -8,6 +8,7 @@ SUBDIR += dbench SUBDIR += dbs SUBDIR += forkbomb + SUBDIR += hpl SUBDIR += iozone SUBDIR += iozone21 SUBDIR += lmbench |