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.9.0.1601 (2.9.0.1601)
Syntax public EmbeddedJobScheduler(
int numberOfCores,
int estimatedMemoryBudget
)
Public Sub New (
numberOfCores As Integer,
estimatedMemoryBudget As Integer
)
Parameters
- numberOfCores
- Type: SystemInt32
The number of cores or processes to made available to scheduler. - estimatedMemoryBudget
- Type: SystemInt32
The estimated memory budget used by the host pool to start hosts in Megabytes.
See Also