Skip to content

Commit

Permalink
Disable cuda solvers for easier compilation and run
Browse files Browse the repository at this point in the history
  • Loading branch information
miketout committed Aug 14, 2018
1 parent 82847b2 commit 0818116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option(USE_CPU_TROMP "USE CPU_TROMP" OFF)
option(USE_CUDA_TROMP "USE CUDA_TROMP" OFF)
#### faster
option(USE_CPU_XENONCAT "USE CPU_XENONCAT" ON)
option(USE_CUDA_DJEZO "USE CUDA_DJEZO" ON)
option(USE_CUDA_DJEZO "USE CUDA_DJEZO" OFF)
option(USE_CPU_VERUSHASH "USE CPU_VERUSHASH" ON)

## Add solvers here
Expand Down

0 comments on commit 0818116

Please sign in to comment.