Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc fix #251

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/source/performances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Performances

We report below the performances obtained on various architectures using Idefix. The reference test
is the 3D MHD Orszag-Tang test problem with 2nd order reconstruction and uct_contact EMFS bundled in
Idefix test suite, computed with a 128\ :sup:`3` resolution per MPI sub-domain on GPUs or 32\ :sup:`3`
per MPI sub-domain on CPUs. All of the performances measures have been obtained enabling MPI on
*one full node*, but we report here the performance *per GPU*
Idefix test suite, disabling passive tracers. The test is computed with a 128\ :sup:`3` resolution per
MPI sub-domain on GPUs or 32\ :sup:`3` per MPI sub-domain on CPUs. All of the performances measures
have been obtained enabling MPI on *one full node*, but we report here the performance *per GPU*
(i.e. with 2 GCDs on AMD Mi250) or *per core* (on CPU), i.e. dividing the node performance by the number of GPU/core
to simplify the comparison with other clusters.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/makefile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Finally, *Idefix* can be configured to run on Mi250 by enabling HIP and the desi

.. code-block:: bash

-DKokkos_ENABLE_HIP=ON -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATION=ON -DKokkos_ARCH_VEGA90A=ON
-DKokkos_ENABLE_HIP=ON -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATIONS=ON -DKokkos_ARCH_VEGA90A=ON


MPI (multi-GPU) can be enabled by adding ``-DIdefix_MPI=ON`` as usual.
Expand Down
Loading