c# - What's the easiest way to use infiniband from .NET? -
i've got 2 computers mellanox connectx vpi mt26428 infiniband cards running windows 7 drivers installed. easiest way start doing message passing (e.g. via mpi) .net?
if using mpi, configure mpi use ib message passing. write mpi program , execute it. if mpi configured properly, preferentially use ib. can use verbs api use ib directly. verbs analogous tcp.
Comments
Post a Comment