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.10.0.1777 (2.10.0.1777)
Syntaxpublic EmbeddedJobScheduler(
int numberOfCores
)
Public Sub New (
numberOfCores As Integer
)
Parameters
- numberOfCores
- Type: System.Int32
[Missing <param name="numberOfCores"/> documentation for "M:AGI.Parallel.Client.EmbeddedJobScheduler.#ctor(System.Int32)"]
See Also