Skip to content
Snippets Groups Projects

Support oneTBB

Merged Juan Miguel Carceller requested to merge jcarcell/Gaudi:oneTBB into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -114,7 +114,7 @@ StatusCode ThreadPoolSvc::initPool( const int& poolSize ) {
Gaudi::Concurrency::ConcurrencyFlags::setNumThreads( m_threadPoolSize );
// Create the task arena to run all algorithms
m_arena.initialize(m_threadPoolSize + 1);
m_arena.initialize( m_threadPoolSize + 1 );
// Create the barrier for task synchronization at termination
// (here we increase the number of threads by one to account for calling thread)
Loading