Use OpenMP with Windows SDK

匿名 (未验证) 提交于 2019-12-03 02:33:02

问题:

I am aware that VC2010 Express Edition does not include OpenMP support and therefore would report omp.h file missing. Therefore, I have installed Windows SDK v7.1 64-bit version in Windows. However, even I ran:

set DISTUTIL_USE_SDK=1 setenv /x64 /release

And then try to compile the code, it would still report cannot find omp.h. Could anyone give me a hint on how to solve this?

回答1:

Did some checking, and it appears that OpenMP is not part of the Windows SDK, and is only shipped with Visual C++ 2010 Professional or Ultimate editions.



转载请标明出处:Use OpenMP with Windows SDK
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!