EmbeddedJobScheduler Constructor |
Name | Description | |
---|---|---|
![]() | EmbeddedJobScheduler() |
Initializes a new instance of the EmbeddedJobScheduler class
passing in the number of cores as the number of hosts to start.
|
![]() | EmbeddedJobScheduler(Int32) |
Initializes a new instance of the EmbeddedJobScheduler class
passing in the number of cores as the number of hosts to start and the default
machine memory budget.
|
![]() | EmbeddedJobScheduler(Int32, Int32) |
Initializes a new instance of the EmbeddedJobScheduler class
passing in 32 as the number of tasks per host.
|
![]() | EmbeddedJobScheduler(Int32, Int32, Int32) |
Initializes a new instance of the EmbeddedJobScheduler class.
|
STK Parallel Computing Server 2.10 API for .NET