Skip to content
Snippets Groups Projects
Commit ff0536db authored by cmaffeo2's avatar cmaffeo2
Browse files

Fix build instructions in README.md

parent 8d84d022
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ From the root arbd directory (where this README is found), run: ...@@ -33,7 +33,7 @@ From the root arbd directory (where this README is found), run:
## Determine the compute capability of your CUDA-enabled graphics card ## Determine the compute capability of your CUDA-enabled graphics card
export CMAKE_CUDA_ARCHITECTURES="35;50;75;80" ;# especially important for CMake < 3.24.0 export CMAKE_CUDA_ARCHITECTURES="35;50;75;80" ;# especially important for CMake < 3.24.0
## export CUDA_INCLUDE_DIRS="$CUDA_HOME/include" ;# optionally be explicit about cuda include paths; usually not needed ## export CUDA_INCLUDE_DIRS="$CUDA_HOME/include" ;# optionally be explicit about cuda include paths; usually not needed
cmake -S src -B build && cmake -S . -B build &&
( (
cd build cd build
make -j make -j
......
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