开发者

Which version of MPI have additional features for developers

开发者 https://www.devze.com 2023-03-22 02:20 出处:网络
Currently I need to develop a program using MPI interface. There are several freely available MPI implementations and I wonder is there any whi开发者_JAVA技巧ch provides additional debugging tools, pl

Currently I need to develop a program using MPI interface. There are several freely available MPI implementations and I wonder is there any whi开发者_JAVA技巧ch provides additional debugging tools, plugins for IDE etc.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消