STL algorithms and concurrent programming

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-03-30T18:16:31Z Indexed on 2010/03/30 18:43 UTC
Read the original article Hit count: 519

Hello everyone,

Can any of STL algorithms/container operations like std::fill, std::transform be executed in parallel if I enable OpenMP for my compiler? I am working with MSVC 2008 at the moment. Or maybe there are other ways to make it concurrent?

Thanks.

© Stack Overflow or respective owner

Related posts about parallel-programming

Related posts about c++