-
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 branch 'main' of github.com:lanl/benchmarks
- Loading branch information
Showing
492 changed files
with
203,687 additions
and
589 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/usr/bin/gnuplot | ||
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18' | ||
set output "cpu_10M.png" | ||
|
||
#set title "Branson Strong Scaling Performance on Crossroads, 10M particles" font "serif,22" | ||
set xlabel "No. Processing Elements" | ||
set ylabel "Figure of Merit (particles/sec)" | ||
|
||
set xrange [8:112] | ||
set key left top | ||
|
||
set logscale x 2 | ||
set logscale y 2 | ||
|
||
set grid | ||
show grid | ||
|
||
set datafile separator comma | ||
set key autotitle columnheader | ||
|
||
set style line 1 linetype 6 dashtype 1 linecolor rgb "#FF0000" linewidth 2 pointtype 6 pointsize 3 | ||
set style line 2 linetype 1 dashtype 2 linecolor rgb "#FF0000" linewidth 2 | ||
|
||
plot "cpu_10M.csv" using 1:2 with linespoints linestyle 1, "" using 1:3 with line linestyle 2 | ||
|
||
set output "cpu_66M.png" | ||
#set title "Branson Strong Scaling Performance on Crossroads, 66M particles" font "serif,22" | ||
plot "cpu_66M.csv" using 1:2 with linespoints linestyle 1, "" using 1:3 with line linestyle 2 | ||
|
||
|
||
set output "cpu_200M.png" | ||
#set title "Branson Strong Scaling Performance on Crossroads, 200M particles" font "serif,22" | ||
plot "cpu_200M.csv" using 1:2 with linespoints linestyle 1, "" using 1:3 with line linestyle 2 | ||
|
||
|
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,6 @@ | ||
No. Cores, Actual, Ideal, Memory (GB), Memory (%) | ||
8,8.85e+04,8.85e+04, 4.8, 3.75 | ||
32,3.48e+05,3.54e+05, --, -- | ||
56,5.61e+05,6.19e+05, --, -- | ||
88,7.52e+05,9.73e+05, --, -- | ||
112,9.08e+05,1.24e+06, 52.27, 40.8 |
File renamed without changes.
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,6 @@ | ||
No. Cores, Actual, Ideal, Memory (GB) | ||
8,9.27E+04,9.27e+04, 26.026, 20.3 | ||
32,3.80E+05,3.80E+05, --, -- | ||
56,5.80E+05,6.44E+05, --, -- | ||
88,7.90E+05,1.01E+06, --, -- | ||
112,9.59E+05,1.29E+06, 73.46, 57.3 |
File renamed without changes.
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,6 @@ | ||
No. Cores, Actual, Ideal, Memory | ||
8,9.20E+04,9.20E+04, 11.04 | ||
32,3.62E+05,3.68E+05, -- | ||
56,5.76E+05,6.44E+05, -- | ||
88,7.74E+05,1.01E+06, -- | ||
112,9.52E+05,1.29E+06, 58.44 |
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.