Skip to content

Merge branch Fuentes/tbb providing TBB-based scheduling for GeantV

Andrei Gheata requested to merge fuentes/tbb into master

The merge request is done for Joel Fuentes. The branch implements a working implementation of a task -based model based on TBB. The TBB mode can be enabled if compiling the library with TBB support (-DUSE_TBB=ON). In addition, one has to connect a TaskMgrTBB object to the propagator: propagator->fTaskMgr = new TaskMgrTBB(). Performace is very comparable with the static threads approach. The branch was already partially reviewed.

Merge request reports