Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

TBB is more complicated than OpenMP

afd_lml
Beginner
244 Views

In the past two years, I used OpenMP to make my codes run in parallel. OpenMP is easy to use and has a very goodefficiency.Despite of itsfortran-style, I enjoy touse it to solve my problems.

Recently, I want to study something about Intel TBB. As for TBB, although it ismodern C++-sytle, I find it's usage is much more complex than OpenMP.I have to write more linesthan using OpenMP.

0 Kudos
1 Reply
RafSchietekat
Valued Contributor III
244 Views
This is an acknowledged fact, because TBB targets standard C++, but using lambdas should provide significant relief.

(Added) Maybe somebody else could compare the state of the art in both solutions, or refer to such a comparison? There was a point where OpenMP was arguably less "powerful" than TBB, but TBB's lead may have increased or decreased.
0 Kudos
Reply