EmbeddedJobScheduler Constructor (Int32, Int32, Int32) |
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,
int tasksPerHost,
int estimatedMemoryBudget
)
Public Sub New (
numberOfCores As Integer,
tasksPerHost As Integer,
estimatedMemoryBudget As Integer
)
Parameters
- numberOfCores
- Type: SystemInt32
The number of cores or processes to made available to scheduler. - tasksPerHost
- Type: SystemInt32
The number of tasks that a host can execute before it is retired. - estimatedMemoryBudget
- Type: SystemInt32
The estimated memory budget used by the host pool to start hosts in Megabytes.
See Also