Pure Mpi.NET Library
Comm Constructor (comm, hosts, rank)
NamespacesMpiCommComm(String, IList<(Of <(Host>)>), Int32)
Creates a communication object centered around the host in the list based on rank
Declaration Syntax
C#Visual BasicVisual C++
public Comm(
	string comm,
	IList<Host> hosts,
	int rank
)
Public Sub New ( _
	comm As String, _
	hosts As IList(Of Host), _
	rank As Integer _
)
public:
Comm(
	String^ comm, 
	IList<Host^>^ hosts, 
	int rank
)
Parameters
comm (String)
communication call sign
hosts (IList<(Of <(Host>)>))
list of hosts participating in communication
rank (Int32)
rank of the service host

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