Now, i am measuring LogP model parameters ,and i want to find some benchmarks which measure its parameters.I find a LogP benchmark from this paper : "Fast Measurement of Parameters for Message Passing Platforms " at this link:benchmark.
But i can not access this server.
Do we have any other benchmarks ???
Asked
Active
Viewed 98 times
2

voxter
- 853
- 2
- 14
- 30
2 Answers
1
The Intel MPI benchmarks provide quite a variety of numbers on all sorts of p2p, collective and one-sided communication, that should gie you L
. The Sandia MPI Micro-Benchmark Suite focuses on host overhead and real world message rates - I think you can derive o
and g
from that.
By the way, the website you mentioned is available on web.archive.org. The software is not, but you could of course just ask the author directly.

Zulan
- 21,896
- 6
- 49
- 109
0
The code is included in a different project the Communication Performance Modeling (CPM). The website and project can be found here: CPM Website. The code is in a folder called "logp_mpi-1.4".

SindreSB
- 100
- 1
- 7