OpenMP 不在 NetBeans IDE 7.0 中
标题是相当不言自明的......在我拥有的版本(最新)中找不到任何地方,并且网络上的所有搜索都几乎没有找到真正的解决方案。只有一个 pdf 文件解释了必须在我使用的 C 编译器中标记 omp 标志,但我什至无法做到这一点,因为我在任何地方都找不到该库!
有没有办法从某个地方提取库并将其加载?或者我是否需要一个全新的 gcc 文件供我的 IDE 提取,如果需要,我从哪里获取它?
编辑:仍然没有运气搜索。我也愿意使用类似于 NetBeans 的不同 IDE...最好也使用 Cygwin 编译器集。如果有人对我可以使用什么来支持 OMP 有任何建议,我将非常愿意接受他们。
The title is fairly self explanatory... isn't anywhere to be found in the version I have (the latest), and all searches on the web have turned up little to nothing in the way of real solutions. There is only a pdf file which explains that omp flags must be marked in the C compiler I use, but I can't even get that far because I can't find the library anywhere!
Is there just a way to pull the library from somewhere and load it in? Or do I need an entirely new gcc file for my IDE to pull from, and if so, where do I get it?
EDIT: Still no luck searching. I'm also willing to work with a different IDE similar to NetBeans... preferably one that uses the Cygwin compiler set as well. If anyone has any suggestions on what I could use that would support OMP, I would be more than willing to entertain them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Solaris(SPARC 和 x86)和 Linux (x86) 上的 Oracle Solaris Studio 提供了一个带有启用了 OpenMP 3.0 的 C/C++/Fortran 编译器的 IDE,以及一个了解 OpenMP 的调试器和性能分析器。
http://www.oracle.com/technetwork/server-storage/solarisstudio /index.html
而且,它是免费下载和免费使用的。
Oracle Solaris Studio on Solaris (SPARC and x86) and Linux (x86) provides an IDE with C/C++/Fortran compilers with OpenMP 3.0 enabled, and a debugger and performance analyzer that understand OpenMP.
http://www.oracle.com/technetwork/server-storage/solarisstudio/index.html
And, it's a free download and free to use.