Unverified Commit c9335c3a authored by Mark Meredith's avatar Mark Meredith Committed by GitHub
Browse files

Fix AMREX_CUDA_ARCH -> CUDA_ARCH

parent fc6fd82f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/>`_