Container of Mpi Processors
| C# | Visual Basic | Visual C++ |
public class ProcessorGroup : IDisposable
Public Class ProcessorGroup _ Implements IDisposable
public ref class ProcessorGroup : IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()() | (Inherited from Object.) | |
| WaitForCompletion()()() |
Waits for all processors to complete
|
| Object | |
| ProcessorGroup | |