First time here? Check out the FAQ!
answered 2015-01-12 06:38:46 -0600
E.g. iOS doesn't support OpenMP. parallel_for_ supports different frameworks for parallelisation (TBB, GCD, Concurrency, ...) So you code for parallelisation can be more cross platform than OpenMP.