From 0fad8304a001f4f85a981bfb63939fb35f2b4890 Mon Sep 17 00:00:00 2001 From: Galen Shipman Date: Wed, 27 Sep 2023 09:22:21 -0700 Subject: [PATCH] update intro, remove titles in plots --- doc/sphinx/00_intro/introduction.rst | 6 +++--- doc/sphinx/01_branson/cpu.gp | 6 +++--- doc/sphinx/01_branson/gpu.gp | 2 +- doc/sphinx/02_amg/cpu.gp | 2 +- doc/sphinx/03_vibe/cpu.gp | 10 +++++----- doc/sphinx/03_vibe/gpu.gp | 2 +- spatter | 2 +- utils/pavilion | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/sphinx/00_intro/introduction.rst b/doc/sphinx/00_intro/introduction.rst index cb43547f..89cb6462 100644 --- a/doc/sphinx/00_intro/introduction.rst +++ b/doc/sphinx/00_intro/introduction.rst @@ -221,7 +221,7 @@ Scaled Single Node Improvement ============================== One element of evaluation will focus on scaled single node improvement (SSNI). SSNI is defined as follows: -Given two platforms using one as a reference, SSNI is defined as a weighted geometric mean using the following equation. +Given two platforms using one as a reference (Crossroads), SSNI is defined as a weighted geometric mean using the following equation. .. math:: @@ -230,7 +230,7 @@ Given two platforms using one as a reference, SSNI is defined as a weighted geom Where: -* N = Number of nodes on ATS-5 system / Number of nodes on reference system, +* N = Number of nodes on ATS-5 system / Number of nodes on reference system (Crossroads), * M = total number of Benchmarks, @@ -257,7 +257,7 @@ testbed systems that are the same architecture as that of ATS-3 and ATS-2 system ATS-3/Crossroads ---------------- -This system has over 6,000 compute nodes that are made up of two Intel(R) Xeon(R) Max 9480 CPUs +This system has over 6,140 compute nodes that are made up of two Intel(R) Xeon(R) Max 9480 CPUs interconnected with HPE Slingshot 11 interconnect. .. _GlobalSystemATS2: diff --git a/doc/sphinx/01_branson/cpu.gp b/doc/sphinx/01_branson/cpu.gp index 47cccd33..ca421797 100644 --- a/doc/sphinx/01_branson/cpu.gp +++ b/doc/sphinx/01_branson/cpu.gp @@ -2,7 +2,7 @@ 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 title "Branson Strong Scaling Performance on Crossroads, 10M particles" font "serif,22" set xlabel "No. Processing Elements" set ylabel "Figure of Merit (particles/sec)" @@ -24,12 +24,12 @@ 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" +#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" +#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 diff --git a/doc/sphinx/01_branson/gpu.gp b/doc/sphinx/01_branson/gpu.gp index bc1af034..bb557936 100644 --- a/doc/sphinx/01_branson/gpu.gp +++ b/doc/sphinx/01_branson/gpu.gp @@ -2,7 +2,7 @@ set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18' set output "gpu.png" -set title "Branson Throughput Performance on Sierra" font "serif,22" +#set title "Branson Throughput Performance on Sierra" font "serif,22" set xlabel "No. Particles" set ylabel "Figure of Merit (Particles/sec)" diff --git a/doc/sphinx/02_amg/cpu.gp b/doc/sphinx/02_amg/cpu.gp index 12e43274..9cc6cbb1 100644 --- a/doc/sphinx/02_amg/cpu.gp +++ b/doc/sphinx/02_amg/cpu.gp @@ -2,7 +2,7 @@ set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18' set output "cpu1_120.png" -set title "AMG2023 Strong Scaling for Problem 1, 120 x 120 x 120" font "serif,22" +#set title "AMG2023 Strong Scaling for Problem 1, 120 x 120 x 120" font "serif,22" set xlabel "n" set ylabel "FOM" diff --git a/doc/sphinx/03_vibe/cpu.gp b/doc/sphinx/03_vibe/cpu.gp index 74ca5caf..ad7a6be8 100644 --- a/doc/sphinx/03_vibe/cpu.gp +++ b/doc/sphinx/03_vibe/cpu.gp @@ -2,7 +2,7 @@ set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18' set output "cpu_20.png" -set title "Parthenon-VIBE Strong Scaling Performance on CTS-1, 20% Memory" font "serif,22" +#set title "Parthenon-VIBE Strong Scaling Performance on CTS-1, 20% Memory" font "serif,22" set xlabel "No. Processing Elements" set ylabel "Figure of Merit (zone-cycles/sec)" set format y "%.2e" @@ -24,22 +24,22 @@ set style line 2 linetype 1 dashtype 2 linecolor rgb "#FF0000" linewidth 2 plot "cpu_20.csv" using 1:2 with linespoints linestyle 1, "" using 1:3 with line linestyle 2 set output "cpu_40.png" -set title "Parthenon-VIBE Strong Scaling Performance on CTS-1, 40% Memory" font "serif,22" +#set title "Parthenon-VIBE Strong Scaling Performance on CTS-1, 40% Memory" font "serif,22" plot "cpu_40.csv" using 1:2 with linespoints linestyle 1, "" using 1:3 with line linestyle 2 set output "cpu_60.png" -set title "Parthenon-VIBE Strong Scaling Performance on CTS-1, 60% Memory" font "serif,22" +#set title "Parthenon-VIBE Strong Scaling Performance on CTS-1, 60% Memory" font "serif,22" plot "cpu_60.csv" using 1:2 with linespoints linestyle 1, "" using 1:3 with line linestyle 2 set xrange [4:120] set output "ats3_40.png" -set title "Parthenon-VIBE Strong Scaling Performance on ATS-3, 40% Memory" font "serif,22" +#set title "Parthenon-VIBE Strong Scaling Performance on ATS-3, 40% Memory" font "serif,22" plot "parthenon-ats5_spr-hbm128-intel-classic.csv" using 1:2 with linespoints linestyle 1 set output "ats3_60.png" -set title "Parthenon-VIBE Strong Scaling Performance on ATS-3, 60% Memory" font "serif,22" +#set title "Parthenon-VIBE Strong Scaling Performance on ATS-3, 60% Memory" font "serif,22" plot "parthenon-ats5_spr-hbm160-intel-classic.csv" using 1:2 with linespoints linestyle 1 diff --git a/doc/sphinx/03_vibe/gpu.gp b/doc/sphinx/03_vibe/gpu.gp index 9d91c464..91d61cf3 100644 --- a/doc/sphinx/03_vibe/gpu.gp +++ b/doc/sphinx/03_vibe/gpu.gp @@ -2,7 +2,7 @@ set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18' set output "gpu.png" -set title "VIBE Throughput Performance on an A100" font "serif,22" +#set title "VIBE Throughput Performance on an A100" font "serif,22" set xlabel "Base Mesh Size/Axis" set ylabel "Figure of Merit (zone-cycles/sec)" diff --git a/spatter b/spatter index 8398bc6c..7f3ec8c4 160000 --- a/spatter +++ b/spatter @@ -1 +1 @@ -Subproject commit 8398bc6c8038e5c2d7d188e58cb842f05dc2185a +Subproject commit 7f3ec8c4a9ab830e55ed683432778eed02a8c9f0 diff --git a/utils/pavilion b/utils/pavilion index f502ca86..1574aa69 160000 --- a/utils/pavilion +++ b/utils/pavilion @@ -1 +1 @@ -Subproject commit f502ca86fa27f4bc894aa19232c9f1f42361e269 +Subproject commit 1574aa697941fa06f827ecf86b72e4fc640dabec