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

Merge pull request #4 from AMReX-Codes/mwm126-patch-1

Fix AMREX_CUDA_ARCH -> CUDA_ARCH
parents fc6fd82f c9335c3a
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ Finally, navigate to the base of the MFIX-Exa repository and compile in GPU mode ...@@ -288,7 +288,7 @@ Finally, navigate to the base of the MFIX-Exa repository and compile in GPU mode
> cd mfix > cd mfix
> mdkir build > mdkir build
> cd 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 > make -j
For more information about GPU nodes in Cori -- `<https://docs-dev.nersc.gov/cgpu/>`_ 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