Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Microsoft Visual studio 2008 support OpenMp3.0?

zhangzhe65
Beginner
2,281 Views
Please tell me whether Microsoft Visual studio 2008 supports OpenMp3.0 or not ? Thank you.
0 Kudos
1 Solution
TimP
Honored Contributor III
2,281 Views
OpenMP 2.5 addresses primarily Fortran95, which is not supported in Microsoft OpenMP. The Intel OpenMP library, provided with Intel C++ and Fortran and with MKL libraries, supports most of OpenMP 3.0 and all OpenMP 2.0 syntax from Microsoft C++ VS2005 and 2008, as well as the Intel compilers.

View solution in original post

0 Kudos
4 Replies
Tudor
New Contributor I
2,281 Views
Quoting - zhangzhe65
Please tell me whether Microsoft Visual studio 2008 supports OpenMp3.0 or not ? Thank you.

Nope, I'm using VS 2008 too and it only supports 2.5 .
0 Kudos
zhangzhe65
Beginner
2,281 Views
Quoting - Tudor

Nope, I'm using VS 2008 too and it only supports 2.5 .
Please tell me which VS supports OpenMP 3.0? in OpenMP, 'for loop' use '#omp pragma parallel for' parallelise .but how does 'while loop' parallelise?
0 Kudos
TimP
Honored Contributor III
2,282 Views
OpenMP 2.5 addresses primarily Fortran95, which is not supported in Microsoft OpenMP. The Intel OpenMP library, provided with Intel C++ and Fortran and with MKL libraries, supports most of OpenMP 3.0 and all OpenMP 2.0 syntax from Microsoft C++ VS2005 and 2008, as well as the Intel compilers.
0 Kudos
catroz
Beginner
2,281 Views
Quoting - zhangzhe65
Please tell me whether Microsoft Visual studio 2008 supports OpenMp3.0 or not ? Thank you.

thats a question i have been asking myself aswell, maybe its time to google it and stop being lazy.


Catroz
http://baixaquigratis.com
0 Kudos
Reply