Skip to content

Commit

Permalink
Merge pull request #103 from lanl/umt-normalize-fom
Browse files Browse the repository at this point in the history
Normalize UMT FOM by the number of iterations
  • Loading branch information
gshipman authored Jul 11, 2024
2 parents d8c4b8c + 1eca1fb commit 6b1fe16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/06_umt/umt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ The benchmark problem is a single node sweep performance problem (SPP) on a 3D u
Figure of Merit
---------------

The Figure of Merit is defined as the number of unknowns solved per second, which is calculated by:
The Figure of Merit is defined as the number of unknowns solved per second, normalized by the number of iterations, which is calculated by:

.. code-block::
number of unknowns = <# mesh cells * 8> * <# directions> * <number of energy bins>
number of unknowns = <# mesh cells * 8> * <# directions> * <number of energy bins> / <number of iterations>
This value is displayed at the end of the run in the output line:

Expand Down

0 comments on commit 6b1fe16

Please sign in to comment.