EmbeddedJobScheduler Constructor (Int32) |
Initializes a new instance of the
EmbeddedJobScheduler class
passing in the number of cores as the number of hosts to start and the default
machine memory budget.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.EmbeddedClient (in AGI.Parallel.EmbeddedClient.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public EmbeddedJobScheduler(
int numberOfCores
)
Public Sub New (
numberOfCores As Integer
)
Parameters
- numberOfCores
- Type: SystemInt32
[Missing <param name="numberOfCores"/> documentation for "M:AGI.Parallel.Client.EmbeddedJobScheduler.#ctor(System.Int32)"]
See Also