Pure Mpi.NET Library
ProcessorGroup Class
NamespacesMpiProcessorGroup
Container of Mpi Processors
Declaration Syntax
C#Visual BasicVisual C++
public class ProcessorGroup : IDisposable
Public Class ProcessorGroup _
	Implements IDisposable
public ref class ProcessorGroup : IDisposable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ProcessorGroup(Environment, Processor)
Creates a collection of Mpi Processors. A Processor will be created for each host containing a service.

ProcessorGroup(String, Processor)
Creates a collection of Mpi Procesors. A Processor will be created for each host containing a service.

Dispose()()()
Disposes of created environment resources. If the environment object was passed in, it will not dispose it.

Dispose(Boolean)
Disposes of created environment resources. If the environment object was passed in, it will not dispose it.

Environment
The environment the processors are running under.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Process(String, Processor)
Simplifies the use of the Mpi Processor group by instantiating, starting, waiting for completion, and disposing of a processor group

Process(String, String, Processor)
Simplifies the use of the Mpi Processor group by instantiating, starting, waiting for completion, and disposing of a processor group

Results
Status of the processors

Start()()()
Start the processors

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WaitForCompletion()()()
Waits for all processors to complete

Inheritance Hierarchy
Object
ProcessorGroup

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