Edit

Share via


JobOrderBy.ProcessorsAsc Property

Definition

Retrieves an object that defines a preference for using the number of cores on a node when generating the list of nodes on which the job is scheduled. The list is sorted in ascending order.

public static Microsoft.Hpc.Scheduler.Properties.JobOrderBy ProcessorsAsc { get; }
member this.ProcessorsAsc : Microsoft.Hpc.Scheduler.Properties.JobOrderBy
Public Shared ReadOnly Property ProcessorsAsc As JobOrderBy

Property Value

A JobOrderBy object that defines a preference for scheduling the job on nodes with the least number of cores first.

Applies to