hw1: added cluster membench
This commit is contained in:
parent
49e302e8bc
commit
27fc66cf14
3 changed files with 2029 additions and 0 deletions
|
@ -0,0 +1,35 @@
|
|||
set terminal postscript color
|
||||
set output "generic.ps"
|
||||
set style data linespoints
|
||||
set style line 1 linetype 2
|
||||
set style line 2 linetype 3
|
||||
set style line 3 linetype 1
|
||||
|
||||
set logscale x 2
|
||||
set nokey
|
||||
set xtics (4,16,64,256,"1K" 1024,"4K" 4096,"16K" 16384,"64K" 65536,"256K" 262144,"1M" 1048576)
|
||||
|
||||
|
||||
set title "10-Core Intel(R) Xeon(R) CPU E3-1585L v5 @ 3.00GHz Read+Write (ns) Versus Stride"
|
||||
set xlabel "Stride (bytes)"
|
||||
set ylabel "Time Read+Write (nanoseconds)"
|
||||
|
||||
set key on
|
||||
plot 'generic.xxx' index 0 using 2:3 title "0.5 KB" with linespoints, \
|
||||
'generic.xxx' index 1 using 2:3 title "1 KB" with linespoints, \
|
||||
'generic.xxx' index 2 using 2:3 title "2 KB" with linespoints, \
|
||||
'generic.xxx' index 3 using 2:3 title "4 KB" with linespoints, \
|
||||
'generic.xxx' index 4 using 2:3 title "8 KB" with linespoints, \
|
||||
'generic.xxx' index 5 using 2:3 title "16 KB" with linespoints, \
|
||||
'generic.xxx' index 6 using 2:3 title "32 KB" with linespoints, \
|
||||
'generic.xxx' index 7 using 2:3 title "64 KB" with linespoints, \
|
||||
'generic.xxx' index 8 using 2:3 title "128 KB" with linespoints, \
|
||||
'generic.xxx' index 9 using 2:3 title "256 KB" with linespoints, \
|
||||
'generic.xxx' index 10 using 2:3 title "512 KB" with linespoints, \
|
||||
'generic.xxx' index 11 using 2:3 title "1 MB" with linespoints, \
|
||||
'generic.xxx' index 12 using 2:3 title "2 MB" with linespoints, \
|
||||
'generic.xxx' index 13 using 2:3 title "4 MB" with linespoints, \
|
||||
'generic.xxx' index 14 using 2:3 title "8 MB" with linespoints, \
|
||||
'generic.xxx' index 15 using 2:3 title "16 MB" with linespoints, \
|
||||
'generic.xxx' index 16 using 2:3 title "32 MB" with linespoints, \
|
||||
'generic.xxx' index 17 using 2:3 title "64 MB" with linespoints
|
1679
Project1/project_1_maggioni_claudio/membench/generic_cluster.ps
Normal file
1679
Project1/project_1_maggioni_claudio/membench/generic_cluster.ps
Normal file
File diff suppressed because it is too large
Load diff
315
Project1/project_1_maggioni_claudio/membench/generic_cluster.xxx
Normal file
315
Project1/project_1_maggioni_claudio/membench/generic_cluster.xxx
Normal file
|
@ -0,0 +1,315 @@
|
|||
512 4 0.124
|
||||
512 8 0.697
|
||||
512 16 0.698
|
||||
512 32 0.591
|
||||
512 64 0.579
|
||||
512 128 0.679
|
||||
512 256 1.162
|
||||
|
||||
|
||||
1024 4 0.120
|
||||
1024 8 0.630
|
||||
1024 16 0.689
|
||||
1024 32 0.701
|
||||
1024 64 0.584
|
||||
1024 128 0.573
|
||||
1024 256 0.674
|
||||
1024 512 1.158
|
||||
|
||||
|
||||
2048 4 0.096
|
||||
2048 8 0.600
|
||||
2048 16 0.625
|
||||
2048 32 0.685
|
||||
2048 64 0.702
|
||||
2048 128 0.610
|
||||
2048 256 0.571
|
||||
2048 512 0.671
|
||||
2048 1024 1.156
|
||||
|
||||
|
||||
4096 4 0.085
|
||||
4096 8 0.585
|
||||
4096 16 0.598
|
||||
4096 32 0.624
|
||||
4096 64 0.684
|
||||
4096 128 0.700
|
||||
4096 256 0.616
|
||||
4096 512 0.569
|
||||
4096 1024 0.670
|
||||
4096 2048 1.156
|
||||
|
||||
|
||||
8192 4 0.079
|
||||
8192 8 0.577
|
||||
8192 16 0.584
|
||||
8192 32 0.597
|
||||
8192 64 0.625
|
||||
8192 128 0.683
|
||||
8192 256 0.703
|
||||
8192 512 0.721
|
||||
8192 1024 0.686
|
||||
8192 2048 0.766
|
||||
8192 4096 1.156
|
||||
|
||||
|
||||
16384 4 0.077
|
||||
16384 8 0.576
|
||||
16384 16 0.580
|
||||
16384 32 0.584
|
||||
16384 64 0.603
|
||||
16384 128 0.625
|
||||
16384 256 0.681
|
||||
16384 512 0.704
|
||||
16384 1024 0.822
|
||||
16384 2048 0.921
|
||||
16384 4096 0.930
|
||||
16384 8192 1.155
|
||||
|
||||
|
||||
32768 4 0.076
|
||||
32768 8 0.575
|
||||
32768 16 0.579
|
||||
32768 32 0.583
|
||||
32768 64 0.589
|
||||
32768 128 0.606
|
||||
32768 256 0.635
|
||||
32768 512 0.790
|
||||
32768 1024 0.821
|
||||
32768 2048 1.012
|
||||
32768 4096 1.383
|
||||
32768 8192 0.929
|
||||
32768 16384 1.155
|
||||
|
||||
|
||||
65536 4 0.095
|
||||
65536 8 0.615
|
||||
65536 16 0.696
|
||||
65536 32 1.246
|
||||
65536 64 2.491
|
||||
65536 128 2.513
|
||||
65536 256 2.516
|
||||
65536 512 2.579
|
||||
65536 1024 4.221
|
||||
65536 2048 3.394
|
||||
65536 4096 4.997
|
||||
65536 8192 1.384
|
||||
65536 16384 0.931
|
||||
65536 32768 1.155
|
||||
|
||||
|
||||
131072 4 0.095
|
||||
131072 8 0.614
|
||||
131072 16 0.694
|
||||
131072 32 1.245
|
||||
131072 64 2.490
|
||||
131072 128 2.512
|
||||
131072 256 2.517
|
||||
131072 512 2.599
|
||||
131072 1024 4.228
|
||||
131072 2048 6.047
|
||||
131072 4096 6.564
|
||||
131072 8192 5.007
|
||||
131072 16384 1.385
|
||||
131072 32768 0.928
|
||||
131072 65536 1.155
|
||||
|
||||
|
||||
262144 4 0.106
|
||||
262144 8 0.631
|
||||
262144 16 0.755
|
||||
262144 32 1.345
|
||||
262144 64 2.674
|
||||
262144 128 2.717
|
||||
262144 256 2.726
|
||||
262144 512 2.765
|
||||
262144 1024 4.558
|
||||
262144 2048 6.421
|
||||
262144 4096 9.965
|
||||
262144 8192 6.640
|
||||
262144 16384 5.006
|
||||
262144 32768 1.386
|
||||
262144 65536 0.928
|
||||
262144 131072 1.155
|
||||
|
||||
|
||||
524288 4 0.142
|
||||
524288 8 0.672
|
||||
524288 16 0.951
|
||||
524288 32 1.671
|
||||
524288 64 3.351
|
||||
524288 128 3.560
|
||||
524288 256 3.698
|
||||
524288 512 3.227
|
||||
524288 1024 4.881
|
||||
524288 2048 6.988
|
||||
524288 4096 11.325
|
||||
524288 8192 10.090
|
||||
524288 16384 7.184
|
||||
524288 32768 7.039
|
||||
524288 65536 2.502
|
||||
524288 131072 0.940
|
||||
524288 262144 1.155
|
||||
|
||||
|
||||
1048576 4 0.142
|
||||
1048576 8 0.672
|
||||
1048576 16 0.950
|
||||
1048576 32 1.671
|
||||
1048576 64 3.350
|
||||
1048576 128 3.623
|
||||
1048576 256 3.806
|
||||
1048576 512 3.226
|
||||
1048576 1024 4.893
|
||||
1048576 2048 7.035
|
||||
1048576 4096 11.666
|
||||
1048576 8192 11.520
|
||||
1048576 16384 10.972
|
||||
1048576 32768 7.211
|
||||
1048576 65536 6.841
|
||||
1048576 131072 1.438
|
||||
1048576 262144 0.928
|
||||
1048576 524288 1.155
|
||||
|
||||
|
||||
2097152 4 0.142
|
||||
2097152 8 0.672
|
||||
2097152 16 0.951
|
||||
2097152 32 1.673
|
||||
2097152 64 3.352
|
||||
2097152 128 3.647
|
||||
2097152 256 3.853
|
||||
2097152 512 3.227
|
||||
2097152 1024 4.880
|
||||
2097152 2048 6.964
|
||||
2097152 4096 11.608
|
||||
2097152 8192 11.588
|
||||
2097152 16384 11.650
|
||||
2097152 32768 11.226
|
||||
2097152 65536 7.255
|
||||
2097152 131072 6.961
|
||||
2097152 262144 1.438
|
||||
2097152 524288 0.931
|
||||
2097152 1048576 1.155
|
||||
|
||||
|
||||
4194304 4 0.142
|
||||
4194304 8 0.671
|
||||
4194304 16 0.950
|
||||
4194304 32 1.672
|
||||
4194304 64 3.350
|
||||
4194304 128 3.650
|
||||
4194304 256 3.864
|
||||
4194304 512 3.228
|
||||
4194304 1024 4.858
|
||||
4194304 2048 6.683
|
||||
4194304 4096 11.293
|
||||
4194304 8192 11.337
|
||||
4194304 16384 11.215
|
||||
4194304 32768 11.028
|
||||
4194304 65536 10.015
|
||||
4194304 131072 9.984
|
||||
4194304 262144 8.309
|
||||
4194304 524288 2.055
|
||||
4194304 1048576 3.079
|
||||
4194304 2097152 1.156
|
||||
|
||||
|
||||
8388608 4 0.142
|
||||
8388608 8 0.671
|
||||
8388608 16 0.950
|
||||
8388608 32 1.672
|
||||
8388608 64 3.350
|
||||
8388608 128 3.651
|
||||
8388608 256 3.866
|
||||
8388608 512 3.228
|
||||
8388608 1024 4.846
|
||||
8388608 2048 6.542
|
||||
8388608 4096 11.204
|
||||
8388608 8192 11.293
|
||||
8388608 16384 11.259
|
||||
8388608 32768 11.516
|
||||
8388608 65536 10.348
|
||||
8388608 131072 9.210
|
||||
8388608 262144 9.187
|
||||
8388608 524288 12.474
|
||||
8388608 1048576 4.619
|
||||
8388608 2097152 4.619
|
||||
8388608 4194304 1.156
|
||||
|
||||
|
||||
16777216 4 0.142
|
||||
16777216 8 0.671
|
||||
16777216 16 0.951
|
||||
16777216 32 1.672
|
||||
16777216 64 3.350
|
||||
16777216 128 3.651
|
||||
16777216 256 3.866
|
||||
16777216 512 3.228
|
||||
16777216 1024 4.840
|
||||
16777216 2048 6.471
|
||||
16777216 4096 11.159
|
||||
16777216 8192 11.270
|
||||
16777216 16384 11.285
|
||||
16777216 32768 11.760
|
||||
16777216 65536 10.487
|
||||
16777216 131072 9.382
|
||||
16777216 262144 8.670
|
||||
16777216 524288 13.738
|
||||
16777216 1048576 25.182
|
||||
16777216 2097152 5.389
|
||||
16777216 4194304 4.619
|
||||
16777216 8388608 1.156
|
||||
|
||||
|
||||
33554432 4 0.245
|
||||
33554432 8 0.932
|
||||
33554432 16 1.619
|
||||
33554432 32 3.371
|
||||
33554432 64 6.557
|
||||
33554432 128 8.083
|
||||
33554432 256 9.312
|
||||
33554432 512 8.732
|
||||
33554432 1024 9.244
|
||||
33554432 2048 10.078
|
||||
33554432 4096 12.818
|
||||
33554432 8192 13.278
|
||||
33554432 16384 12.974
|
||||
33554432 32768 12.834
|
||||
33554432 65536 13.401
|
||||
33554432 131072 13.340
|
||||
33554432 262144 8.821
|
||||
33554432 524288 14.264
|
||||
33554432 1048576 26.251
|
||||
33554432 2097152 26.240
|
||||
33554432 4194304 5.388
|
||||
33554432 8388608 4.619
|
||||
33554432 16777216 1.155
|
||||
|
||||
|
||||
67108864 4 0.263
|
||||
67108864 8 0.961
|
||||
67108864 16 1.730
|
||||
67108864 32 3.618
|
||||
67108864 64 7.073
|
||||
67108864 128 9.269
|
||||
67108864 256 10.992
|
||||
67108864 512 10.005
|
||||
67108864 1024 10.431
|
||||
67108864 2048 11.426
|
||||
67108864 4096 13.490
|
||||
67108864 8192 14.436
|
||||
67108864 16384 14.379
|
||||
67108864 32768 14.188
|
||||
67108864 65536 14.971
|
||||
67108864 131072 14.925
|
||||
67108864 262144 16.641
|
||||
67108864 524288 14.698
|
||||
67108864 1048576 26.975
|
||||
67108864 2097152 26.670
|
||||
67108864 4194304 26.112
|
||||
67108864 8388608 5.389
|
||||
67108864 16777216 4.619
|
||||
67108864 33554432 1.155
|
||||
|
||||
|
Reference in a new issue