From 119959ab7cfa21290843ce5b870da7474fabd9ab Mon Sep 17 00:00:00 2001 From: "Daniel J. Magee" Date: Thu, 8 Feb 2024 09:50:32 -0700 Subject: [PATCH] Fixed branson and AMG scale plots. Added parthenon csvs. --- doc/sphinx/01_branson/branson.rst | 4 ++-- .../01_branson/branson_roci_scale_header.csv | 4 ++++ doc/sphinx/01_branson/cpu.gp | 1 + doc/sphinx/02_amg/amg.rst | 2 +- doc/sphinx/02_amg/amg_scale_roci_header.csv | 4 ++++ doc/sphinx/03_vibe/parthenon_roci_scale.csv | 6 ++++++ doc/sphinx/03_vibe/parthenon_scale.csv | 16 ++++++++++++++++ 7 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 doc/sphinx/01_branson/branson_roci_scale_header.csv create mode 100644 doc/sphinx/02_amg/amg_scale_roci_header.csv create mode 100644 doc/sphinx/03_vibe/parthenon_roci_scale.csv create mode 100644 doc/sphinx/03_vibe/parthenon_scale.csv diff --git a/doc/sphinx/01_branson/branson.rst b/doc/sphinx/01_branson/branson.rst index faa5ee16..dcd76d88 100644 --- a/doc/sphinx/01_branson/branson.rst +++ b/doc/sphinx/01_branson/branson.rst @@ -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 diff --git a/doc/sphinx/01_branson/branson_roci_scale_header.csv b/doc/sphinx/01_branson/branson_roci_scale_header.csv new file mode 100644 index 00000000..55af056a --- /dev/null +++ b/doc/sphinx/01_branson/branson_roci_scale_header.csv @@ -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 \ No newline at end of file diff --git a/doc/sphinx/01_branson/cpu.gp b/doc/sphinx/01_branson/cpu.gp index 8b000a97..ddd895bc 100644 --- a/doc/sphinx/01_branson/cpu.gp +++ b/doc/sphinx/01_branson/cpu.gp @@ -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 diff --git a/doc/sphinx/02_amg/amg.rst b/doc/sphinx/02_amg/amg.rst index f8b06794..63d0dc1e 100644 --- a/doc/sphinx/02_amg/amg.rst +++ b/doc/sphinx/02_amg/amg.rst @@ -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 diff --git a/doc/sphinx/02_amg/amg_scale_roci_header.csv b/doc/sphinx/02_amg/amg_scale_roci_header.csv new file mode 100644 index 00000000..93603ae8 --- /dev/null +++ b/doc/sphinx/02_amg/amg_scale_roci_header.csv @@ -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 \ No newline at end of file diff --git a/doc/sphinx/03_vibe/parthenon_roci_scale.csv b/doc/sphinx/03_vibe/parthenon_roci_scale.csv new file mode 100644 index 00000000..5b5c4057 --- /dev/null +++ b/doc/sphinx/03_vibe/parthenon_roci_scale.csv @@ -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 diff --git a/doc/sphinx/03_vibe/parthenon_scale.csv b/doc/sphinx/03_vibe/parthenon_scale.csv new file mode 100644 index 00000000..3573a237 --- /dev/null +++ b/doc/sphinx/03_vibe/parthenon_scale.csv @@ -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