[ .. ]Ed Peddycoart wrote: I need to do some performance tests on my mpi app. I simply want to determine how long it takes for my sends from one process to be received by another process.
That should work once the code is corrected. Can you use MPI_Wtime()? (Not necessarily a big deal, but should be a portable way of getting high-quality timings in MPI programs.) In what sense does it not capture the complete time?
_______________________________________________ users mailing list users@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/users
_______________________________________________ users mailing list users@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/users