Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. christoph@obelix:~$ OMP_NUM_THREADS=32 python3 test.py
  2. 1000000 100 4.338 8.786
  3. christoph@obelix:~$ OMP_NUM_THREADS=16 python3 test.py
  4. 1000000 100 4.351 8.948
  5. christoph@obelix:~$ OMP_NUM_THREADS=8 python3 test.py
  6. 1000000 100 4.353 8.818
  7. christoph@obelix:~$ OMP_NUM_THREADS=4 python3 test.py
  8. 1000000 100 4.340 10.01
  9. christoph@obelix:~$ OMP_NUM_THREADS=2 python3 test.py
  10. 1000000 100 4.358 13.74
  11. christoph@obelix:~$ OMP_NUM_THREADS=1 python3 test.py
  12. 1000000 100 4.341 19.27
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement