How to confirm that parallel program written by me using MPI is faster than the program written in non parallel method.
Asked
Active
Viewed 139 times
1 Answers
0
You may use MPI_Wtime()
to time you program. Here is an example. Profiling tools may provide you with a more detailed result. Take a loop at this question : Good profiler for Fortran and MPI