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.



