JobUnitType Enum

Definition

Defines the hardware resources used to determine on which nodes the job can run.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("90A57885-5870-4326-9EF2-6EFD7BFCEE97")]
public enum JobUnitType
type JobUnitType = 
Public Enum JobUnitType
Inheritance
JobUnitType
Attributes

Fields

Core 0

Use cores to schedule the job. This enumeration member represents a value of 0.

Gpu 3
Node 2

Use nodes to schedule the job. This enumeration member represents a value of 2.

Socket 1

Use sockets to scheduler the job. This enumeration member represents a value of 1.

Applies to