Pure Mpi.NET Library
Environment Constructor (hosts)
NamespacesMpiEnvironmentEnvironment(ICollection<(Of <(Host>)>))
Create Environment based on hosts
Declaration Syntax
C#Visual BasicVisual C++
public Environment(
	ICollection<Host> hosts
)
Public Sub New ( _
	hosts As ICollection(Of Host) _
)
public:
Environment(
	ICollection<Host^>^ hosts
)
Parameters
hosts (ICollection<(Of <(Host>)>))
hosts in environment

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