MPI.NET Installation and Usage
MPI.NET is a great MPI implementation for MPI and C#. You can find installation instructions on the mail page but to summarize the procedure all you have to do is: Install Windows Computer Cluster Install MPI.NET runtime or SDK on all computers You can then test the MPI installation by running pingpong.exe just like it's described in the tutorial. In order to start an application on another computer you must start the smpd service by starting smpd.exe on microsoft compute cluster bin folder with -d as argument. You also have to create rules that allow mpi traffic on your firewall for mpiexec and your application.