MPI.Net

MPI.NET是高效率而且容易使用的"訊息傳遞介面"的實作,主要使用在平行處理上。

這是官方提供的簡介:
MPI.NET is a high-performance, easy-to-use implementation of the Message Passing Interface (MPI) for Microsoft's .NET environment. MPI is the de facto standard for writing parallel programs running on a distributed memory system, such as a compute cluster, and is widely implemented. Most MPI implementations provide support for writing MPI programs in C, C++, and Fortran. MPI.NET provides support for all of the .NET languages (especially C#), and includes significant extensions (such as automatic serialization of objects) that make it far easier to build parallel programs that run on clusters.


消息來源:MPI.NET: High-Performance C# Library for Message Passing

留言

這個網誌中的熱門文章

三本免費的電子書

NModbus