Skip to content

Remove hard dependency on TBB library

Simon Praetorius requested to merge issue/remove-hard-tbb-dependency into master

Summary

This MR removes the hard dependency of dunecommon to TBB. The Threading-Building Blocks library was introduced around 2017 to have specified the shared-memory parallelization technique to be used in dune. But it is until now not used anywhere in the dune core modules.

Closes #265 (closed)

Merge request reports