Skip to content
Snippets Groups Projects
Commit d96ed0ad authored by Sören Peters's avatar Sören Peters
Browse files

Make BUILD_USE_OPENMP ON by default.

parent 25f5dac5
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ set (VF_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
option(BUILD_VF_CPU "Build VirtualFluids cpu variant" OFF)
option(BUILD_VF_GPU "Build VirtualFluids gpu variant" OFF)
option(BUILD_USE_OPENMP "Build VirtualFluids with openmp" OFF)
option(BUILD_USE_OPENMP "Build VirtualFluids with openmp" ON)
# vf gpu
option(BUILD_VF_GPU "Build VirtualFluids GPU" ON )
......
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