Skip to content

Commit

Permalink
tweaked plot titles to be shorter in length and for their captions to…
Browse files Browse the repository at this point in the history
… be a little more descriptive
  • Loading branch information
amagela committed Dec 7, 2023
1 parent d340a46 commit 7a02eac
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/ats3--15.gp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18'
set output "ats3--15.png"

set title "SPARTA Single Node Strong Scaling Throughput on Crossroads w/ ppc=15" font "serif,22"
set title "SPARTA Strong Scaling Throughput w/ ppc=15" font "serif,22"
set xlabel "Percentage of Cores per NUMA Domain"
set ylabel "Figure of Merit (Mega particle steps per sec. per node)"

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/ats3--35.gp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18'
set output "ats3--35.png"

set title "SPARTA Single Node Strong Scaling Throughput on Crossroads w/ ppc=35" font "serif,22"
set title "SPARTA Strong Scaling Throughput w/ ppc=35" font "serif,22"
set xlabel "Percentage of Cores per NUMA Domain"
set ylabel "Figure of Merit (Mega particle steps per sec)"

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/ats3--55.gp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18'
set output "ats3--55.png"

set title "SPARTA Single Node Strong Scaling Throughput on Crossroads w/ ppc=55" font "serif,22"
set title "SPARTA Strong Scaling Throughput w/ ppc=55" font "serif,22"
set xlabel "Percentage of Cores per NUMA Domain"
set ylabel "Figure of Merit (Mega particle steps per sec)"

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/ats3mem--15.gp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18'
set output "ats3mem--15.png"

set title "SPARTA Single Node Strong Scaling High Water Memory on Crossroads w/ ppc=15" font "serif,22"
set title "SPARTA Strong Scaling Memory w/ ppc=15" font "serif,22"
set xlabel "Percentage of Cores per NUMA Domain"
set ylabel "Maximum Resident Set Size (GiB)"

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/ats3mem--35.gp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18'
set output "ats3mem--35.png"

set title "SPARTA Single Node Strong Scaling High Water Memory on Crossroads w/ ppc=35" font "serif,22"
set title "SPARTA Strong Scaling Memory w/ ppc=35" font "serif,22"
set xlabel "Percentage of Cores per NUMA Domain"
set ylabel "Maximum Resident Set Size (GiB)"

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/08_sparta/ats3mem--55.gp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18'
set output "ats3mem--55.png"

set title "SPARTA Single Node Strong Scaling High Water Memory on Crossroads w/ ppc=55" font "serif,22"
set title "SPARTA Strong Scaling Memory w/ ppc=55" font "serif,22"
set xlabel "Percentage of Cores per NUMA Domain"
set ylabel "Maximum Resident Set Size (GiB)"

Expand Down
12 changes: 6 additions & 6 deletions doc/sphinx/08_sparta/sparta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,10 @@ ensembles.
same set of input parameters; there are many environment variables that can
be set to control what it runs.

:download:`sbatch-crossroads-mapcpu.sh <sbatch-crossroads-mapcpu-scale.sh>` This
script runs the previous script for different numbers of MPI ranks per node,
problem size, problem duration, and other parameters to yield several strong
scaling trends.
:download:`sbatch-crossroads-mapcpu.sh <sbatch-crossroads-mapcpu-scale.sh>`
This script runs the previous script for different numbers of MPI ranks per
node, problem size, problem duration, and other parameters to yield several
strong scaling trends.


.. _SPARTAResults:
Expand Down Expand Up @@ -471,9 +471,9 @@ particle steps per second per node.
.. figure:: ats3mem--15.png
:align: center
:scale: 50%
:alt: SPARTA Strong Scaling Memory on Crossroads with ppc=15
:alt: SPARTA Single Node Strong Scaling Memory on Crossroads with ppc=15

SPARTA Strong Scaling Memory on Crossroads with ppc=15
SPARTA Single Node Strong Scaling Memory on Crossroads with ppc=15

35 Particles per Cell
^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 7a02eac

Please sign in to comment.