我在MS Visual Express C ++ 2010上运行.cpp代码。
运行正常。之后我添加了OpenMP语句并包含了omp.h头文件。 当我运行它时,我收到以下错误:
fatal error C1083: Cannot open include file: 'omp.h': No such file or directory
有谁知道如何解决它?
感谢。
答案 0 :(得分:2)
如果您仍在使用VS express和OpenMP,则可以使用:http://www.ssidelnikov.ru/en/2011/05/openmp-visual-studio-2010-express/
答案 1 :(得分:1)
OpenMP在Visual C ++ 2010 Express版中不可用。 msdn link