Skip to content

Commit

Permalink
add note about CUDA_ARCH for RTX 4090
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 19, 2024
1 parent 77dcad4 commit 873f601
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Docs/source/mpi_plus_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@ To enable this, compile with::
USE_OMP = FALSE
USE_CUDA = TRUE

.. note::

For recent GPUs, like the NVIDIA RTX 4090, you may need to change
the default CUDA architecture. This can be done by ading:

.. code::
CUDA_ARCH=89
to the ``make`` line or ``GNUmakefile``.

AMD GPUs
--------
Expand Down

0 comments on commit 873f601

Please sign in to comment.