Guest User

Untitled

a guest
Jul 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. double start = MPI_Wtime();
  2. ParallelMatrixVectorProductRotuine(...);
  3. double end = MPI_Wtime();
  4.  
  5. 1.7342
  6.  
  7. 1.0023
  8. 1.6432
Add Comment
Please, Sign In to add comment