madhuri gupta wrote:
> Could someone tell me how to measure the execution time of a paralle
> program in c using mpi on a linux cluster.
MPI provides a standard timer call: double MPI_Wtime;
> And also how to use MPI_Gather to gather 1 dimensional arrays on all
> the processes in a comm to a 2 dimensional array on the root process.
http://www.mpi-forum.org/docs/mpi-11-html/node70.html#Node70
|