Skip to content

Commit

Permalink
Merge pull request #106 from lanl/umt_update_docs
Browse files Browse the repository at this point in the history
Update umt docs with new plots.
  • Loading branch information
gshipman authored Jul 11, 2024
2 parents edd5258 + 98ac5de commit b52fe6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/06_umt/roci_spr_p1_plot.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nprocs,Actual,Ideal
Cores,Actual,Ideal
1,125169000.0,125169000.0
8,1062590000.0,1001352000.0
32,3224050000.0,4005408000.0
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/06_umt/roci_spr_p2_plot.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nprocs,Actual,Ideal
Cores,Actual,Ideal
1,60624400.0,60624400.0
8,444515000.0,484995200.0
32,1684040000.0,1939980800.0
Expand Down
16 changes: 11 additions & 5 deletions doc/sphinx/06_umt/umt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ The Figure of Merit is defined as the number of unknowns solved per second, whic
number of unknowns = <# mesh cells * 8> * <# directions> * <number of energy bins>
This value is displayed at the end of the run in the output line:

.. code-block::
Average throughput of single iteration of iterative solver was <FOM> unknowns calculated per second.
Explanation on the '# mesh cells * 8': UMT further decomposes a mesh cell into 'corner' sub-cell spatial elements. There are 8 'corners' per cell in a 3D mesh.

Source code modifications
Expand Down Expand Up @@ -152,16 +158,16 @@ Strong scaling data for SPP 1 and 2 on Crossroads is shown in the tables and fig

For SPP1 the mesh size was 14\ :sup:`3` resulting in approximately 50% usage of the available 128 GBytes

For SPP2 the mesh size was 33\ :sup:`3` resulting in approximately 50% usage of the available 128 GBytes
For SPP2 the mesh size was 31\ :sup:`3` resulting in approximately 50% usage of the available 128 GBytes


.. csv-table:: Strong scaling of SPP 1 on Crossroads
:file: spp1_strong_scaling_roci.csv
:file: roci_spr_p1_plot.csv
:align: center
:widths: auto
:header-rows: 1

.. figure:: spp1_strong_scaling_roci.png
.. figure:: spr_p1_roci.png
:alt: Strong scaling of SPP 1 on Crossroads
:align: center
:scale: 50%
Expand All @@ -170,12 +176,12 @@ For SPP2 the mesh size was 33\ :sup:`3` resulting in approximately 50% usage of


.. csv-table:: SPP #2 on Crossroads
:file: spp2_strong_scaling_roci.csv
:file: roci_spr_p2_plot.csv
:align: center
:widths: auto
:header-rows: 1

.. figure:: spp2_strong_scaling_roci.png
.. figure:: spr_p2_roci.png
:alt: Strong scaling of SPP 2 on Crossroads
:align: center
:scale: 50%
Expand Down

0 comments on commit b52fe6d

Please sign in to comment.