Skip to content

Commit

Permalink
Fixed branson and AMG scale plots. Added parthenon csvs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmageeLANL committed Feb 8, 2024
1 parent 3cae049 commit 119959a
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/01_branson/branson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ These runs use 85 million photons per node for a problem size using 25% of the t
:alt:

.. csv-table:: Multi Node Scaling Branson
:file: branson_roci_scale.csv
:file: branson_roci_scale_header.csv
:align: center
:widths: 10, 10, 10, 10, 10
:widths: 10, 10, 10, 10
:header-rows: 1

References
Expand Down
4 changes: 4 additions & 0 deletions doc/sphinx/01_branson/branson_roci_scale_header.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Nodes,Photons,Photons/s,Photons/s/Node
32,2720,9.20E+07,2.87E+06
64,5440,1.89E+08,2.95E+06
96,8160,2.73E+08,2.85E+06
1 change: 1 addition & 0 deletions doc/sphinx/01_branson/cpu.gp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ set output "branson_roci_scale.png"
set title "Branson Multi Node Scaling" font "serif,22"
plot "branson_roci_scale.csv" using 3:5 with linespoints linestyle 1

set yrange [2e5:3e6]
set output "branson_roci_scale_badnodes.png"
set title "Branson Multi Node Scaling" font "serif,22"
plot "branson_roci_badnodes_scale.csv" using 3:5 with linespoints linestyle 1
2 changes: 1 addition & 1 deletion doc/sphinx/02_amg/amg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ In this case, x=y=24 for all node counts and z was set to 6, 12, and 18 for 32,
:alt:

.. csv-table:: Multi Node Scaling AMG problem 1 and 2
:file: amg_scale_roci.csv
:file: amg_scale_roci_header.csv
:align: center
:widths: 10, 10, 10, 10, 10
:header-rows: 1
Expand Down
4 changes: 4 additions & 0 deletions doc/sphinx/02_amg/amg_scale_roci_header.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Nodes,Problem1,Problem2,Problem1/Node,Problem2/Node
32,3.29E+09,1.19E+09,1.03E+08,3.72E+07
64,5.44E+09,2.09E+09,8.50E+07,3.27E+07
96,7.30E+09,3.01E+09,7.60E+07,3.14E+07
6 changes: 6 additions & 0 deletions doc/sphinx/03_vibe/parthenon_roci_scale.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NX,32,64,96
384,488000000.0,836000000.0,1200000000.0
448,513000000.0,917000000.0,964000000.0
512,463000000.0,805000000.0,1100000000.0
576,386000000.0,748000000.0,1070000000.0
640,412000000.0,767000000.0,1040000000.0
16 changes: 16 additions & 0 deletions doc/sphinx/03_vibe/parthenon_scale.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Iteration,NX,Nodes,Zcycles/sec
1,384,32,4.88e+08
1,384,64,8.36e+08
1,384,96,1.20e+09
1,448,32,5.13e+08
1,448,64,9.17e+08
1,448,96,9.64e+08
1,512,32,4.63e+08
1,512,64,8.05e+08
1,512,96,1.10e+09
1,576,32,3.86e+08
1,576,64,7.48e+08
1,576,96,1.07e+09
1,640,32,4.12e+08
1,640,64,7.67e+08
1,640,96,1.04e+09

0 comments on commit 119959a

Please sign in to comment.