c***@gmail.com
2009-07-29 04:32:22 UTC
Folks, in order to measure Transfer Time and Throughput of a MPI
library, there are some standard programs like Ping Pong, in which two
processes continuously send and receive data from each other. And at
the end we evaluate them. Now the routines called in PingPong are
MPI_Send(), MPI_Recv(), MPI_Barrier(), Rank() and Size()
I want to ask that is there any standard program like PingPong which
can evaluate any measure (bandwidth or latency) using MPI_Broadcast
routine??? I mean, benchmarking MPI_Bcast rather MPI_Send() and
MPI_Recv()???
If any one can provide a Java code for such benchmarking, i would be
really grateful as i am benchmarking a Java based library.
(MPI.COMM_WORLD.Bcast())
library, there are some standard programs like Ping Pong, in which two
processes continuously send and receive data from each other. And at
the end we evaluate them. Now the routines called in PingPong are
MPI_Send(), MPI_Recv(), MPI_Barrier(), Rank() and Size()
I want to ask that is there any standard program like PingPong which
can evaluate any measure (bandwidth or latency) using MPI_Broadcast
routine??? I mean, benchmarking MPI_Bcast rather MPI_Send() and
MPI_Recv()???
If any one can provide a Java code for such benchmarking, i would be
really grateful as i am benchmarking a Java based library.
(MPI.COMM_WORLD.Bcast())