CustomMpiSettings Class

Custom MPI job settings.

All required parameters must be populated in order to send to Azure.

Inheritance
CustomMpiSettings

Constructor

CustomMpiSettings(*, command_line: str, process_count: Optional[int] = None, **kwargs)

Parameters

command_line
str
Required

Required. The command line to be executed by mpi runtime on each compute node.

process_count
int
Required

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