Sdílet prostřednictvím


CustomMpiSettings Konstruktory

Definice

Přetížení

CustomMpiSettings()

Inicializuje novou instanci CustomMpiSettings třídy.

CustomMpiSettings(String, Nullable<Int32>)

Inicializuje novou instanci CustomMpiSettings třídy.

CustomMpiSettings()

Inicializuje novou instanci CustomMpiSettings třídy.

public CustomMpiSettings ();
Public Sub New ()

Platí pro

CustomMpiSettings(String, Nullable<Int32>)

Inicializuje novou instanci CustomMpiSettings třídy.

public CustomMpiSettings (string commandLine, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.CustomMpiSettings : string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.CustomMpiSettings
Public Sub New (commandLine As String, Optional processCount As Nullable(Of Integer) = Nothing)

Parametry

commandLine
String

Příkazový řádek.

processCount
Nullable<Int32>

Počet procesů.

Platí pro