diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-21 05:26:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-21 05:26:53 +0800 |
commit | 5629ee8337e373b7fc87d88b17ae77ccf117e7c5 (patch) | |
tree | 2333952940a2015f90c14b2fa41ebc2509a103d0 /benchmarks/Makefile | |
parent | 87908ffc56b9eed2033d1c45f83a96db0b361906 (diff) | |
download | freebsd-ports-gnome-5629ee8337e373b7fc87d88b17ae77ccf117e7c5.tar.gz freebsd-ports-gnome-5629ee8337e373b7fc87d88b17ae77ccf117e7c5.tar.zst freebsd-ports-gnome-5629ee8337e373b7fc87d88b17ae77ccf117e7c5.zip |
The idea of IMB is to provide a concise set of elementary MPI
benchmark kernels. With one executable, all of the supported
benchmarks, or a subset specified by the command line, can be run.
The rules, such as time measurement (including a repetitive call
of the kernels for better clock synchronization), message lengths,
selection of communicators to run a particular benchmark (inside
the group of all started processes) are program parameters.
WWW: http://www.intel.com/cd/software/products/asmo-na/eng/cluster/mpi/219848.htm
PR: ports/105665
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
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 375fb197a534..47e4e3611833 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -16,6 +16,7 @@ SUBDIR += himenobench SUBDIR += hpl SUBDIR += httperf + SUBDIR += imb SUBDIR += iozone SUBDIR += iozone21 SUBDIR += iperf |