Click or drag to resize

EmbeddedJobScheduler Constructor (Int32, Int32, Int32)

Initializes a new instance of the EmbeddedJobScheduler class.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.EmbeddedClient (in AGI.Parallel.EmbeddedClient.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public EmbeddedJobScheduler(
	int numberOfCores,
	int tasksPerHost,
	int estimatedMemoryBudget
)

Parameters

numberOfCores
Type: System.Int32
The number of cores or processes to made available to scheduler.
tasksPerHost
Type: System.Int32
The number of tasks that a host can execute before it is retired.
estimatedMemoryBudget
Type: System.Int32
The estimated memory budget used by the host pool to start hosts in Megabytes.
See Also

STK Parallel Computing Server 2.10 API for .NET