Share via


CustomMpiSettings.ProcessCount Property

Definition

Gets or sets process count.

[Newtonsoft.Json.JsonProperty(PropertyName="processCount")]
public int? ProcessCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="processCount")>]
member this.ProcessCount : Nullable<int> with get, set
Public Property ProcessCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Number of processes to launch for the job execution. The default value for this property is equal to nodeCount property

Applies to