c++ ppl.h for parallel_for in linux [duplicate]
问题 This question already has answers here : Alternatives to ppl (4 answers) Closed 10 months ago . I made project in windows using c++ and now I am trying to build my project in linux(ubunt). However, I couldn't find ppl.h in linux. I used a lot of parallel_for in my project. What is the replacement can I use? 回答1: Parallel Patterns Library is Windows only. It is not useful for portable application, it is considered that OpenMP is best alternative for PPL. I.e. for the parallel for you can use