Skip to content

Commit

Permalink
Merge pull request #7 from miketout/master
Browse files Browse the repository at this point in the history
Disable cuda solvers for easier compilation and run
  • Loading branch information
miketout committed Aug 14, 2018
2 parents d9d6ff9 + 0818116 commit 299ac7d
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 299ac7d

Please sign in to comment.