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.9.0.1601 (2.9.0.1601)
Syntax
public EmbeddedJobScheduler(
	int numberOfCores,
	int tasksPerHost,
	int estimatedMemoryBudget
)

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

STK Parallel Computing Server 2.9 API for .NET