mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
02d428b109
- 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)
37 lines
721 B
Makefile
37 lines
721 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR += autobench
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += bytebench
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += forkbomb
|
|
SUBDIR += hpl
|
|
SUBDIR += iozone
|
|
SUBDIR += iozone21
|
|
SUBDIR += lmbench
|
|
SUBDIR += nbench
|
|
SUBDIR += netperf
|
|
SUBDIR += netpipe
|
|
SUBDIR += nttcp
|
|
SUBDIR += pipebench
|
|
SUBDIR += polygraph
|
|
SUBDIR += postal
|
|
SUBDIR += postmark
|
|
SUBDIR += pybench
|
|
SUBDIR += rawio
|
|
SUBDIR += scimark2
|
|
SUBDIR += scimark2c
|
|
SUBDIR += siege
|
|
SUBDIR += stream
|
|
SUBDIR += tcpblast
|
|
SUBDIR += tmetric
|
|
SUBDIR += ttcp
|
|
SUBDIR += ubench
|
|
SUBDIR += webbench
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|