Pure Mpi.NET Library
AllToAll<(Of <(T>)>) Method (sendData, timeout)
NamespacesMpiCommAllToAll<(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
Declaration Syntax
C#Visual BasicVisual C++
public virtual T[] AllToAll<T>(
	T[] sendData,
	TimeSpan timeout
)
Public Overridable Function AllToAll(Of T) ( _
	sendData As T(), _
	timeout As TimeSpan _
) As T()
public:
generic<typename T>
virtual array<T>^ AllToAll(
	array<T>^ sendData, 
	TimeSpan timeout
)
Generic Template Parameters
T
type of data to send and receive
Parameters
sendData (array<T>[]()[])
array of data to send. each element is sent to a particular host
timeout (TimeSpan)
timeout
Return Value
data received from hosts. each element is received from a particular host

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