I wrote a simple MPI application under Visual Studio 2013 which compiles and builds fine. I\'m running Windows 7 on a standard laptop (no cluster).
I installed \"Microsoft H
You can run, just set Command property in $(MSMPI_BIN)\mpiexec and Command arguments in -n 4 "$(TargetPath)". If you want to debug it better try Visual Studio 2010. Here is op's (probably) repost of this question on microsoft forums.