简体   繁体   English

如何将Parallel Tools Platform安装到我现有的Eclipse IDE中?

[英]How to install Parallel Tools Platform into my existing Eclipse IDE?

Hi guys I'm using OS X right now. 嗨,大家好,我现在正在使用OSX。 It seems like I can't compile my parallel code with default clang in OS X so I decided to install the Parallel Tools Platform into my Eclipse, which I use to write Java. 似乎我无法使用OS X中的默认clang编译并行代码,因此我决定将Parallel Tools Platform安装到用于编写Java的Eclipse中。

The problem is that I can't find the right package named Parallel Tools Platform in the Eclipse Market Place. 问题是我无法在Eclipse Market Place中找到名为Parallel Tools Platform的正确软件包。 What's the name of that package? 那个包裹叫什么名字?

I've already downloaded the CDT but have no idea where the parallel tools are. 我已经下载了CDT,但不知道并行工具在哪里。 Can someone help me with this please? 有人可以帮我吗?

Thank you. 谢谢。

Another question is since the default clang doesn't support openMP, I installed g++ but when compiling it still can't find <omg.h> , so I have to use Eclipse. 另一个问题是,由于默认的clang不支持openMP,因此我安装了g ++,但是在编译它时仍然找不到<omg.h> ,因此我必须使用Eclipse。 How to use g++ or clang compile openMP in OS X? 如何在OS X中使用g ++或clang编译openMP?

You'll find instructions for adding it into your existing install at https://wiki.eclipse.org/PTP/release_notes/8.0#Install_PTP . 您可以在https://wiki.eclipse.org/PTP/release_notes/8.0#Install_PTP上找到有关将其添加到现有安装中的说明。 Maybe use a different Question for your second question. 也许将另一个问题用于第二个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM