Edit

Share via


JobOrderBy.ProcessorsDesc 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 descending order.

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

Property Value

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

Applies to