Skip to content
Snippets Groups Projects
Unverified Commit c9335c3a authored by Mark Meredith's avatar Mark Meredith Committed by GitHub
Browse files

Fix AMREX_CUDA_ARCH -> CUDA_ARCH

parent fc6fd82f
No related branches found
No related tags found
1 merge request!4Fix AMREX_CUDA_ARCH -> CUDA_ARCH
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -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/>`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment