다음을 통해 공유


CustomMpiSettings.CommandLine 속성

정의

명령줄을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="commandLine")]
public string CommandLine { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="commandLine")>]
member this.CommandLine : string with get, set
Public Property CommandLine As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

각 컴퓨팅 노드에서 mpi 런타임에서 실행할 명령줄입니다.

적용 대상