哪个版本的 MPI 为开发人员提供了附加功能

发布于 11-25 12:55 字数 68 浏览 2 评论 0原文

目前我需要开发一个使用MPI接口的程序。有几种免费的 MPI 实现,我想知道是否有任何提供额外的调试工具、IDE 插件等。

Currently I need to develop a program using MPI interface. There are several freely available MPI implementations and I wonder is there any which provides additional debugging tools, plugins for IDE etc.

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

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

发布评论

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

评论(1

一梦浮鱼2024-12-02 12:55:36

这并不是 MPI 真正的工作原理。 MPI 分析工具利用标准中内置的分析接口,因此应该适用于所有 MPI 实现。 Eclipse(例如)在其并行工具平台中提供了一些 MPI 支持,并且应该适用于所有 MPI。

That's not really how MPI works. MPI profiling tools make use of a profiling interface that's built into the standard, and so ought to work with all MPI implementations. Eclipse (for instance) has some MPI support in its Parallel Tools Platform, and that should work with all MPIs.

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