Enable full concurrency for support tree generation.

This commit is contained in:
tamasmeszaros 2019-10-02 16:33:13 +02:00
parent 8ca7e56d0f
commit 3f698c4ccf
4 changed files with 68 additions and 4 deletions

View file

@ -10,7 +10,7 @@ namespace sla {
// Set this to true to enable full parallelism in this module.
// Only the well tested parts will be concurrent if this is set to false.
const constexpr bool USE_FULL_CONCURRENCY = false;
const constexpr bool USE_FULL_CONCURRENCY = true;
template<bool> struct _ccr {};