Mentions légales du service

Skip to content

Remove TBB support in Aevol

Théotime Grohens requested to merge tgrohens/aevol:remove-tbb into aevol_6

TBB is a multithreading framework that was used in making some parts of Aevol parallel. This parallel implementation is deprecated (we now use OpenMP), but some bits were left over and cluttered the codebase.

This merge request removes all code related to TBB in Aevol, except for some code in ode_solver_only_omp_knl.cpp, which will be cleaned up in a later ODE-specific merge request.

Edited by Théotime Grohens

Merge request reports