Project DescriptionTo create a .NET wrapper around MS-MPI implementation to enable C# developers to create High Performance Computing Applications.
This wrapper is based on C++/CLI and Microsoft MPI stack in Compute Cluster V1. To build the project, Microsoft Compute Cluster Pack SDK is required which can be downloaded from Microsoft website.
Get to Start
- Install Visual Studio 2005 (C++ Express version works also.)
- Download and install Microsoft Compute Cluster Pack SDK
- Download the source code and build the project
- Write your first MPI.NET to start step into HPC world.