1 |
The elapsed (wall-clock) time between two points in an MPI program can be computed using MPI_Wtime:
|
2 | The times are local; the attribute MPI_WTIME_IS_GLOBAL may be used to determine if the times are also synchronized with each other for all processes in MPI_COMM_WORLD. |