共用方式為


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 執行時間要執行的命令列。

適用於