哪个版本的 MPI 为开发人员提供了附加功能
目前我需要开发一个使用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.
这并不是 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.