Enable OpenMP Support in Microsoft Visual Studio 2008
To enable OpenMP support in Microsoft Visual Studio 2008, follow the below steps: 1. After create a project, click at Project menu 2. Select Project Properties 3. Select Configuration Properties 4. Select C/C++ 5. Select Command Line 6. In the Additional options, enter “/openmp” That’s all. Share on Facebook
