Skip to content

Commit 16d40e2

Browse files
authored
add comment about serial
1 parent 7d83af5 commit 16d40e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/EXTERNAL/libtatum/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22

33
project("tatum")
44

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

0 commit comments

Comments
 (0)