MPAPI vs MPI.NET vs ?

Posted by Olexandr on Stack Overflow See other posts from Stack Overflow or by Olexandr
Published on 2010-05-29T11:32:39Z Indexed on 2010/05/30 12:12 UTC
Read the original article Hit count: 302

Filed under:
|
|
|
|

I'm working on college project. I have to develop distributed computing system. And i decided to do some research to make this task fun :) I've found MPAPI and MPI.NET libraries. Yes, they are .NET libraries(Mono, in my case). Why .NET ? I'm choosing between Ada, C++ and C# so to i've choosed C# because of lower development time.

I have two goals:

  1. Simplicity;
  2. Performance;
  3. Cluster computing.

So, what to choose - MPAPI or MPI.NET or something else ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET