otubo

stream on pserver4

Jan 19th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. root@pserver4:~# ./stream
  2. -------------------------------------------------------------
  3. STREAM version $Revision: 5.10 $
  4. -------------------------------------------------------------
  5. This system uses 8 bytes per array element.
  6. -------------------------------------------------------------
  7. Array size = 2500000 (elements), Offset = 0 (elements)
  8. Memory per array = 19.1 MiB (= 0.0 GiB).
  9. Total memory required = 57.2 MiB (= 0.1 GiB).
  10. Each kernel will be executed 10 times.
  11. The *best* time for each kernel (excluding the first iteration)
  12. will be used to compute the reported bandwidth.
  13. -------------------------------------------------------------
  14. Number of Threads requested = 48
  15. Number of Threads counted = 48
  16. -------------------------------------------------------------
  17. Your clock granularity/precision appears to be 1 microseconds.
  18. Each test below will take on the order of 4989 microseconds.
  19. (= 4989 clock ticks)
  20. Increase the size of the arrays if this shows that
  21. you are not getting at least 20 clock ticks per test.
  22. -------------------------------------------------------------
  23. WARNING -- The above is only a rough guideline.
  24. For best results, please be sure you know the
  25. precision of your system timer.
  26. -------------------------------------------------------------
  27. Function Best Rate MB/s Avg time Min time Max time
  28. Copy: 37803.6 0.003118 0.001058 0.005882
  29. Scale: 26630.5 0.002516 0.001502 0.005776
  30. Add: 26571.5 0.003216 0.002258 0.006718
  31. Triad: 25168.3 0.003607 0.002384 0.007583
  32. -------------------------------------------------------------
  33. Solution Validates: avg error less than 1.000000e-13 on all three arrays
  34. -------------------------------------------------------------
  35. root@pserver4:~# numastat
  36. node0 node1 node2 node3
  37. numa_hit 457885 813917 242146 1041351
  38. numa_miss 0 0 0 0
  39. numa_foreign 0 0 0 0
  40. interleave_hit 7239 7304 7244 7311
  41. local_node 456916 806527 234816 1034939
  42. other_node 969 7390 7330 6412
  43.  
  44. node4 node5 node6 node7
  45. numa_hit 108965 279307 45559 122921
  46. numa_miss 0 0 0 0
  47. numa_foreign 0 0 0 0
  48. interleave_hit 7250 7295 7254 7295
  49. local_node 101627 271923 38219 115560
  50. other_node 7338 7384 7340 7361
  51. root@pserver4:~# ./stream
  52. -------------------------------------------------------------
  53. STREAM version $Revision: 5.10 $
  54. -------------------------------------------------------------
  55. This system uses 8 bytes per array element.
  56. -------------------------------------------------------------
  57. Array size = 2500000 (elements), Offset = 0 (elements)
  58. Memory per array = 19.1 MiB (= 0.0 GiB).
  59. Total memory required = 57.2 MiB (= 0.1 GiB).
  60. Each kernel will be executed 10 times.
  61. The *best* time for each kernel (excluding the first iteration)
  62. will be used to compute the reported bandwidth.
  63. -------------------------------------------------------------
  64. Number of Threads requested = 48
  65. Number of Threads counted = 48
  66. -------------------------------------------------------------
  67. Your clock granularity/precision appears to be 1 microseconds.
  68. Each test below will take on the order of 3278 microseconds.
  69. (= 3278 clock ticks)
  70. Increase the size of the arrays if this shows that
  71. you are not getting at least 20 clock ticks per test.
  72. -------------------------------------------------------------
  73. WARNING -- The above is only a rough guideline.
  74. For best results, please be sure you know the
  75. precision of your system timer.
  76. -------------------------------------------------------------
  77. Function Best Rate MB/s Avg time Min time Max time
  78. Copy: 133364.2 0.003400 0.000300 0.005561
  79. Scale: 139461.5 0.003486 0.000287 0.005730
  80. Add: 142179.8 0.003055 0.000422 0.005984
  81. Triad: 144631.2 0.003109 0.000415 0.006044
  82. -------------------------------------------------------------
  83. Solution Validates: avg error less than 1.000000e-13 on all three arrays
  84. -------------------------------------------------------------
  85. root@pserver4:~#
Add Comment
Please, Sign In to add comment