Skip to content

Commit

Permalink
add blurm in parallelism model as suggested by jhp
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Oct 11, 2023
1 parent 2fe3723 commit 621c3ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/sphinx/src/using-eos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ conditions. The type of parallelism used depends on how
``singularity-eos`` is compiled. If the ``Kokkos`` backend is used,
any parallel dispatch supported by ``Kokkos`` is supported.

A more generic version of the vector calls exists in the ``Evaluate``
method, which allows the user to specify arbitrary parallel dispatch
models by writing their own loops. See the relevant section below.

.. _variant section:

Variants
Expand Down

0 comments on commit 621c3ae

Please sign in to comment.