Each host sends data and receives data from all hosts
| C# | Visual Basic | Visual C++ |
public virtual T[] AllGather<T>( T send )
Public Overridable Function AllGather(Of T) ( _ send As T _ ) As T()
public: generic<typename T> virtual array<T>^ AllGather( T send )
- T
- type of data to gather
- send (T)
- data to be sent to all hosts
array of received data from all hosts