From ff0536db07930a94b27978013d09d29a79c14174 Mon Sep 17 00:00:00 2001 From: cmaffeo2 <cmaffeo2@illinois.edu> Date: Tue, 23 Jul 2024 13:19:51 -0500 Subject: [PATCH] Fix build instructions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca3144..c14e2f5 100644 --- a/README.md +++ b/README.md @@ -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 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 -cmake -S src -B build && +cmake -S . -B build && ( cd build make -j -- GitLab