Skip to content

Commit

Permalink
add comment about serial
Browse files Browse the repository at this point in the history
  • Loading branch information
duck2 authored Jun 12, 2023
1 parent 7d83af5 commit 16d40e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/EXTERNAL/libtatum/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.16)

project("tatum")

# Parallel tatum gives non-deterministic results. Use serial by default until resolved
set(TATUM_EXECUTION_ENGINE "serial" CACHE STRING "Specify the framework for (potential) parallel execution")
set_property(CACHE TATUM_EXECUTION_ENGINE PROPERTY STRINGS auto serial tbb)

Expand Down

0 comments on commit 16d40e2

Please sign in to comment.