JobOrderBy Class
This class supports the infrastructure and is not intended to be used directly from your code.
Used to specify the preference that you want the scheduler to use when it decides on which nodes to run your job. For example, schedule the job on nodes with the most amount of memory and the least number of cores.
Namespace: Microsoft.Hpc.Scheduler.Properties
Assembly: Microsoft.Hpc.Scheduler.Properties (in Microsoft.Hpc.Scheduler.Properties.dll)
[SerializableAttribute] public class JobOrderBy : IJobOrderByList, IEnumerable<JobOrderBy>, IEnumerable
/** @attribute SerializableAttribute() */ public class JobOrderBy implements IJobOrderByList, IEnumerable<JobOrderBy>, IEnumerable
SerializableAttribute public class JobOrderBy implements IJobOrderByList, IEnumerable<JobOrderBy>, IEnumerable
When the scheduler schedules a job, it creates a list of nodes on which the job can run. By default, the list is sorted first by those nodes with the most number of cores and then by those nodes with the most amount of memory. The job is scheduled on nodes starting at the top of the list. To specify the scheduling preference for your job, set the OrderBy property (do not use this class).
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: