简体   繁体   中英

What's the easiest way to use infiniband from .NET?

I've got two computers with Mellanox ConnectX VPI MT26428 infiniband cards running Windows 7 with drivers installed. What is the easiest way to start doing message passing (eg 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM