Pure Mpi.NET Library
AllToAll Method
NamespacesMpiCommAllToAll()()()
Members
IconMemberDescription
AllToAll<(Of <(T>)>)(array<T>[]()[])
Each host sends the ith element in sendData to the ith host in the comm. Each host receives data from the hosts at the jth index in the returned array

AllToAll<(Of <(T>)>)(array<T>[]()[], TimeSpan)
Each host sends the ith element in sendData to the ith host in the comm. Each host receives data from the hosts at the jth index in the returned array

AllToAll<(Of <(T>)>)(array<T>[]()[], array<T>[]()[])
Each host sends the ith element in sendData to the ith host in the comm. Each host receives data from the hosts at the jth index in the receiveData array

AllToAll<(Of <(T>)>)(array<T>[]()[], array<T>[]()[], TimeSpan)
Each host sends the ith element in sendData to the ith host in the comm. Each host receives data from the hosts at the jth index in the receiveData array

Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)