Skip to content
Snippets Groups Projects
  • Sebastien Ponce's avatar
    256c1456
    Simplifies (aka optimized) usage of ttb tasks in AvalancheScheduler · 256c1456
    Sebastien Ponce authored and Marco Clemencic's avatar Marco Clemencic committed
    Each algorithm was so far given to tbb in the form of a pair of tbb tasks, linked together.
    The first was running the algo while the second dealt with pushing the updae callback to the action queue.
    Providing that the run of the Algorithm was already wrapped into a AlgoExecutionTask, there was no reason to not put the callback there and drop the second task.
    256c1456
    History
    Simplifies (aka optimized) usage of ttb tasks in AvalancheScheduler
    Sebastien Ponce authored and Marco Clemencic's avatar Marco Clemencic committed
    Each algorithm was so far given to tbb in the form of a pair of tbb tasks, linked together.
    The first was running the algo while the second dealt with pushing the updae callback to the action queue.
    Providing that the run of the Algorithm was already wrapped into a AlgoExecutionTask, there was no reason to not put the callback there and drop the second task.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.