Guest User

Untitled

a guest
Jan 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. tests:
  2. ifort -o m -openmp -O matrix.f90
  3. for t in 1 2 3 4 5 6 7 8 9 10 do \
  4. export OMP_NUM_THREADS=$$t ; \
  5. /usr/bin/time --format="$$t %e" ./m ; \
  6. done
Add Comment
Please, Sign In to add comment