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.
精彩评论