Discussion:
Benchmarking MPI Collectives
(too old to reply)
c***@gmail.com
2010-02-11 06:36:51 UTC
Permalink
We know that if we have to benchmark point to point communications of
any MPI library particularly Send and Recv functions, we use the
"PingPong" program in which two processes send and receive data from
each other.

I want to ask that what are the standard benchmarks for Collective
Communications such as Allgather, Gather, etc... are there any
standard benchmarks??
Heiko Bauke
2010-02-11 08:19:55 UTC
Permalink
Hi,

On Wed, 10 Feb 2010 22:36:51 -0800 (PST)
Post by c***@gmail.com
I want to ask that what are the standard benchmarks for Collective
Communications such as Allgather, Gather, etc... are there any
standard benchmarks??
I don't know if it is justified to call it a »standard benchmark«.
However, Intel® MPI Benchmarks [1] also cover collective
communications.


Heiko


[1] http://software.intel.com/en-us/articles/intel-mpi-benchmarks/
--
-- Das Höchste, wozu der Mensch gelangen kann, ist das Erstaunen.
-- (Johann Wolfgang von Goethe, 1749-1832)
-- Cluster Computing @ http://www.clustercomputing.de
-- Heiko Bauke @ http://www.mpi-hd.mpg.de/personalhomes/bauke
c***@gmail.com
2010-02-11 08:24:03 UTC
Permalink
Post by Heiko Bauke
Hi,
On Wed, 10 Feb 2010 22:36:51 -0800 (PST)
Post by c***@gmail.com
I want to ask that what are the standard benchmarks for Collective
Communications such as Allgather, Gather, etc... are there any
standard benchmarks??
I don't know if it is justified to call it a »standard benchmark«.
However, Intel® MPI Benchmarks [1] also cover collective
communications.
        Heiko
[1]http://software.intel.com/en-us/articles/intel-mpi-benchmarks/
--
-- Das Höchste, wozu der Mensch gelangen kann, ist das Erstaunen.
-- (Johann Wolfgang von Goethe, 1749-1832)
Thanks alot

Loading...