-1

How to confirm that parallel program written by me using MPI is faster than the program written in non parallel method.

1 Answers1

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

Community
  • 1
  • 1
francis
  • 9,525
  • 2
  • 25
  • 41