Advertisement
Guest User

Untitled

a guest
Jan 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. With (apply + (iota 1000)) and #:parallelism 1
  2.  
  3. serial: Result: 499999500000 in 55.959318191 seconds
  4. 4: Result: 499999500000 in 72.587197658 seconds, speedup of 0.7709254523732477
  5. 3: Result: 499999500000 in 61.389167076 seconds, speedup of 0.9115503737283513
  6. 2: Result: 499999500000 in 57.065367719 seconds, speedup of 0.9806178498060963
  7. 1: Result: 499999500000 in 54.25326041 seconds, speedup of 1.031446179789142
  8.  
  9. real 5m1.940s
  10. user 9m53.504s
  11. sys 0m7.056s
  12.  
  13. With (apply + (iota 1000)) and taskset -c 0
  14.  
  15. serial: Result: 499999500000 in 66.097115687 seconds
  16. 4: Result: 499999500000 in 112.084443247 seconds, speedup of 0.5897082036741002
  17. 3: Result: 499999500000 in 81.546630457 seconds, speedup of 0.8105437994995193
  18. 2: Result: 499999500000 in 68.884462606 seconds, speedup of 0.9595359125476111
  19. 1: Result: 499999500000 in 64.195950292 seconds, speedup of 1.0296150362499878
  20.  
  21. real 6m33.289s
  22. user 6m30.468s
  23. sys 0m1.472s
  24.  
  25. With (apply + (iota 1000)) and taskset -c 0-5
  26.  
  27. serial: Result: 499999500000 in 62.87166587 seconds
  28. 4: Result: 499999500000 in 48.105714106 seconds, speedup of 1.3069479798483714
  29. 3: Result: 499999500000 in 36.694999964 seconds, speedup of 1.713357839805992
  30. 2: Result: 499999500000 in 34.209348003 seconds, speedup of 1.8378504572635073
  31. 1: Result: 499999500000 in 34.974813469 seconds, speedup of 1.797626910168554
  32.  
  33. real 3m37.367s
  34. user 11m2.400s
  35. sys 0m30.556s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement