SchedulingMode Enum

Definition

Defines modes for optimizing resource allocation for large batch and Message Passing Interface (MPI) workloads or for service workloads.

public enum SchedulingMode
type SchedulingMode = 
Public Enum SchedulingMode
Inheritance
SchedulingMode

Fields

Balanced 1

Specifies that the HPC Job Scheduler Service should attempt to start all incoming jobs as soon as possible at their minimum resource requirements. After all the jobs in the queue have their minimum resources, the HPC Job Scheduler Service should allocate additional cluster resources to jobs based on their priority. The HPC Job Scheduler Service periodically rebalances resource allocation to fill idle resources, start new jobs, and adjust allocation according the PriorityBias setting. This enumeration member represents a value of 1.

Queued 0

Specifies that the HPC Job Scheduler Service should start jobs in queue order, and attempt to allocate the maximum requested resources to running jobs. This enumeration member represents a value of 0.

Applies to