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.
Currently I need to develop a program using MPI interface. There are several freely
Share
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.