April 25, 2009

Enable OpenMP in Visual Studio

To Enable OpenMP support in Visual Studio:





To use OpenMP, you must do the following


1. Include


2. Enable OpenMP compiler switch in Project Properties>>Configuration Properties>>C/C++>>Language>>OpenMP Support > Yes(/openmp)


3. That's all!



Applicable to: Visual Studio 2008





1 comment:

Abdrew said...

And after read:
32 OpenMP traps for C++ developers
http://www.viva64.com/art-3-2-1023467288.html

:)