From 1736b91d58c270aea0d99acaf19318437c87d9b2 Mon Sep 17 00:00:00 2001 From: hafeoz Date: Thu, 21 Aug 2025 02:09:57 +0100 Subject: [PATCH] Clarify that `CUDA_ARCH` can only be overridden from command line Setting `CUDA_ARCH` in GNUmakefile has no effect. See discussion in AMReX-Codes/amrex#4621 --- Docs/source/mpi_plus_x.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/source/mpi_plus_x.rst b/Docs/source/mpi_plus_x.rst index 33df1d1224..03f14ef614 100644 --- a/Docs/source/mpi_plus_x.rst +++ b/Docs/source/mpi_plus_x.rst @@ -104,7 +104,7 @@ To enable this, compile with:: CUDA_ARCH=89 - to the ``make`` line or ``GNUmakefile``. + to the ``make`` line. .. note::