An update from my earlier post, I got a reply to my OpenMP 3.0 ticket, for those of you who don’t have a Windows Live account:
Hopefully that means it’ll be in VS 2010 by release time. Superb.
<3 Visual Studio, yet again :)
An update from my earlier post, I got a reply to my OpenMP 3.0 ticket, for those of you who don’t have a Windows Live account:
Hopefully that means it’ll be in VS 2010 by release time. Superb.
<3 Visual Studio, yet again :)
2 Comments
hello ,
i need help to code a problem in open mp that is producer consumer problem.
i am using vc++ to code this but i am not able to do it.
so any help will be appreciated
Visual Studio 2005/2008 only support OpenMP upto version 2.0, which will make what you’re trying to do somewhat harder.
You may want to look at Intel’s Threading Building Blocks (http://www.threadingbuildingblocks.org/) or Quick Threads (http://www.quickthreadprogramming.com/)