From d96ed0ad108eae7087943dc8a9a3b8fe481ae1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Peters?= <soe.peters@tu-braunschweig.de> Date: Mon, 8 Feb 2021 15:20:59 +0100 Subject: [PATCH] Make BUILD_USE_OPENMP ON by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b35c0d6b7..cda26a182 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) -- GitLab