From c9335c3ab7025bb30835a78d1bfd1007196a4294 Mon Sep 17 00:00:00 2001
From: Mark Meredith <mwm126@gmail.com>
Date: Wed, 27 Nov 2019 13:21:26 -0500
Subject: [PATCH] Fix AMREX_CUDA_ARCH -> CUDA_ARCH

---
 docs/source/BuildingCMake.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/BuildingCMake.rst b/docs/source/BuildingCMake.rst
index 5b8af33..fd962c8 100644
--- a/docs/source/BuildingCMake.rst
+++ b/docs/source/BuildingCMake.rst
@@ -288,7 +288,7 @@ Finally, navigate to the base of the MFIX-Exa repository and compile in GPU mode
     > cd mfix
     > mdkir build
     > cd build
-    > cmake -DENABLE_CUDA=yes -DAMREX_CUDA_ARCH=Volta -DCMAKE_CXX_COMPILER=g++ -DCMAKE_Fortran_COMPILER=gfortran ..
+    > cmake -DENABLE_CUDA=yes -DCUDA_ARCH=Volta -DCMAKE_CXX_COMPILER=g++ -DCMAKE_Fortran_COMPILER=gfortran ..
     > make -j
 
 For more information about GPU nodes in Cori -- `<https://docs-dev.nersc.gov/cgpu/>`_
-- 
GitLab