Skip to content

Commit

Permalink
#16: fixed N_THREADS setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed May 7, 2024
1 parent 512d0da commit 31c8200
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 @@ -29,7 +29,7 @@ message(STATUS "CMAKE_CXX_STANDARD: ${CMAKE_CXX_STANDARD}")

option(VT_TV_PYTHON_BINDINGS_ENABLED "Build vt-tv with Python bindings" ON)
option(VT_TV_OPENMP_ENABLED "Build vt-tv with openMP support" ON)
option(VT_TV_N_THREADS "Number of threads to use" 2)
set(VT_TV_N_THREADS "2" CACHE STRING "Number of OpenMP threads to use")

include(cmake/load_packages.cmake)

Expand Down

0 comments on commit 31c8200

Please sign in to comment.