What's the easiest way to use infiniband from .NET?
I've got two computers with Mellanox ConnectX VPI 开发者_如何学JAVAMT26428 infiniband cards running Windows 7 with drivers installed. What is the easiest way to start doing message passing (e.g. via MPI) from .NET?
If you are using MPI, configure MPI to use IB for message passing. Just write an MPI program and execute it. If your MPI is configured properly, it will preferentially use IB. You can also use VERBS API to use IB directly. VERBS is analogous to TCP.
精彩评论