且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Visual Studio 2008 Professional Edition是否支持OpenMP嵌套并行?

更新时间:2023-11-28 23:43:40



是,Visual C ++ 2005和Visual C ++ 2008支持OpenMP 2.0。有关详细信息,请参阅:

http://msdn.microsoft.com/ en-us / magazine / cc163717.aspx
http://msdn.microsoft .com / zh-CN / library / tt15eb9t.aspx
http:// www。 codeproject.com/KB/cpp/BeginOpenMP.aspx

干杯,

Hi,
I am not sure whether this question fits this forum. I felt this is the closest.
Anyway, as the title says, does Visual Studio 2008 Professional Edition support OpenMP nested parallelism?
If it does, are there are special configurations I need to set besides the original "/openmp"?

Thank you!

Hi,

Yes, Visual C++ 2005 and Visual C++ 2008 support OpenMP 2.0.  For more information, see:

http://msdn.microsoft.com/en-us/magazine/cc163717.aspx
http://msdn.microsoft.com/en-us/library/tt15eb9t.aspx
http://www.codeproject.com/KB/cpp/BeginOpenMP.aspx

Cheers,