Skip to content

Commit

Permalink
Skip NVCC path hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Mar 19, 2021
1 parent e408bcc commit 261dd3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ jobs:
-DAMReX_GPU_BACKEND=CUDA ^
-DCMAKE_CXX_STANDARD=14 ^
-DCMAKE_CUDA_STANDARD=14 ^
-DAMReX_CUDA_ARCH=6.0 ^
-DCMAKE_CUDA_COMPILER="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.1/bin/nvcc.exe"
-DAMReX_CUDA_ARCH=6.0
cmake --build build --config Release -j 2
# use "cmd", see https://gitlab.kitware.com/cmake/cmake/-/issues/20281
# -DAMReX_PARTICLES=ON

0 comments on commit 261dd3a

Please sign in to comment.