Pure Mpi.NET Library
Comms Method (host)
NamespacesMpiEnvironmentComms(Host)
Retreive Comms for a given host
Declaration Syntax
C#Visual BasicVisual C++
public IDictionary<string, Comm> Comms(
	Host host
)
Public Function Comms ( _
	host As Host _
) As IDictionary(Of String, Comm)
public:
IDictionary<String^, Comm^>^ Comms(
	Host^ host
)
Parameters
host (Host)
host
Return Value
Dictionary of Comms where key is the Comm's name

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