EmbeddedJobScheduler Constructor (Int32, Int32) |
Initializes a new instance of the
EmbeddedJobScheduler class
passing in 32 as the number of tasks per host.
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,
int estimatedMemoryBudget
)
Public Sub New (
numberOfCores As Integer,
estimatedMemoryBudget As Integer
)
Parameters
- numberOfCores
- Type: System.Int32
The number of cores or processes to made available to scheduler. - estimatedMemoryBudget
- Type: System.Int32
The estimated memory budget used by the host pool to start hosts in Megabytes.
See Also