-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from lanl/spatter-fixes
Spatter fixes
- Loading branch information
Showing
34 changed files
with
151 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
doc/sphinx/09_Microbenchmarks/M2_SPATTER/a100_throughput_001.csv
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
doc/sphinx/09_Microbenchmarks/M2_SPATTER/a100_throughput_001fp.csv
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
doc/sphinx/09_Microbenchmarks/M2_SPATTER/a100_throughput_001nonfp.csv
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#!/usr/bin/gnuplot | ||
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18' | ||
set output "ats3_weak_average_asteroid_5.png" | ||
|
||
set xlabel "No. Processing Elements" | ||
set ylabel "Figure of Merit (Avg. Bandwidth per rank MB/s)" | ||
|
||
set xrange [1:128] | ||
set key outside | ||
|
||
set logscale x 2 | ||
|
||
set grid | ||
show grid | ||
|
||
set datafile separator comma | ||
set key autotitle columnheader | ||
|
||
do for [i=1:10] { | ||
set style line i linewidth 3 pointsize 1.5 | ||
} | ||
|
||
do for [i=11:15] { | ||
set style line i linewidth 3 dashtype 2 pointsize 1.5 | ||
} | ||
|
||
|
||
plot "ats3_weak_average_asteroid_5.csv" using 1:2 with linespoints linestyle 1 | ||
|
||
set output "ats3_weak_total_asteroid_5.png" | ||
set ylabel "Figure of Merit (Total Bandwidth MB/s)" | ||
plot "ats3_weak_total_asteroid_5.csv" using 1:2 with linespoints linestyle 1 | ||
|
||
set output "ats3_weak_average_asteroid_9.png" | ||
set ylabel "Figure of Merit (Total Bandwidth MB/s)" | ||
plot "ats3_weak_average_asteroid_5.csv" using 1:2 with linespoints linestyle 1 | ||
|
||
set output "ats3_weak_total_asteroid_9.png" | ||
set ylabel "Figure of Merit (Total Bandwidth MB/s)" | ||
plot "ats3_weak_total_asteroid_9.csv" using 1:2 with linespoints linestyle 1 |
11 changes: 11 additions & 0 deletions
11
doc/sphinx/09_Microbenchmarks/M2_SPATTER/ats3_weak_average_asteroid_5.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
No. Cores,Pattern | ||
1,7427.1 | ||
2,7400.44 | ||
4,7080.54 | ||
8,6595.21 | ||
16,5480.66 | ||
32,5533.13 | ||
56,4884.83 | ||
64,4820.64 | ||
96,4430.0 | ||
112,4406.79 |
Oops, something went wrong.