MPI Cluster Debugger launch integration in VS2010
Posted by: The Moth,
on 15 Nov 2009 |
View original | Bookmarked: 0 time(s)
HPC bits installed and that you have existing MPI code (or you created a "Hello World" project using the MPI project template). Of course, you create a single MPI application and at runtime it will correspond to multiple processes (of the same app) launched on multiple nodes (i.e. machines) on the cluster. So how do you debug such a situation by simply hitting the familiar "F5" keystroke (i.e. Debug -> Start Debugging)?WATCH IT INSTEAD OF READING ABOUT ITIf you can't bear to read through all the...