JobNodeGroupOp enumeration

Specifies the operator for the NodeGroups list.

Syntax


typedef enum _JobNodeGroupOp { 
  Intersect  = 0,
  Uniform    = 1,
  Union      = 2
} JobNodeGroupOp;

Constants

Intersect

Nodes belong to all of the specified node groups. This is the default.

Uniform

Nodes belong to only one of the specified node groups.

Union

Nodes belong to any of the specified node groups.

Requirements

Product

This parameter was introduced in HPC Pack 2012. It is not available in previous versions.

Type library

Microsoft.Hpc.Scheduler.Properties.tlb

See also

HPC Enumerations
ISchedulerJob.Priority

 

 

Show: