在 Linux 中使用英特尔线程构建模块 (TBB)

发布于 2024-08-21 17:51:27 字数 96 浏览 2 评论 0原文

我想在 Linux 中使用英特尔线程构建模块 (TBB)。任何人都可以为此建议一个好的 IDE 以及将 TBB 与该 IDE 集成的任何步骤吗?

谢谢, 拉凯什。

I want to use Intel Threading Building Blocks (TBB) in Linux. Can anyone suggest a good IDE for that and possibly any steps to integrate TBB with that IDE?

Thanks,
Rakesh.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

土豪我们做朋友吧 2024-08-28 17:51:27

据我所知,TBB 是一组 C++ 库,旨在处理代码并行化任务。因此不需要任何集成(就像使用 STL 一样),您可以使用任何您想要的 IDE,例如 Eclipse、KDevelop 等。

As long as I know TBB is a set of C++ libraries which purpose to handle task of parallelization of code. So there is no need in any integration(exactly as you using STL) and you can use whatever IDE you wish, e.i. Eclipse, KDevelop and more.

向日葵 2024-08-28 17:51:27

TBB 只是一个库,您可以将它与任何 C++ IDE 一起使用。您所需要做的就是设置 TBB 安装的包含目录。

TBB is just a library, you can use it along with any C++ IDE. All you need to do is to set the include directory for the TBB installation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文