Class CustomMpiSettings
java.lang.Object
com.microsoft.azure.management.batchai.CustomMpiSettings
Custom MPI job settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the command line to be executed by mpi runtime on each compute node.Get number of processes to launch for the job execution.withCommandLine
(String commandLine) Set the command line to be executed by mpi runtime on each compute node.withProcessCount
(Integer processCount) Set number of processes to launch for the job execution.
-
Constructor Details
-
CustomMpiSettings
public CustomMpiSettings()
-
-
Method Details
-
commandLine
Get the command line to be executed by mpi runtime on each compute node.- Returns:
- the commandLine value
-
withCommandLine
Set the command line to be executed by mpi runtime on each compute node.- Parameters:
commandLine
- the commandLine value to set- Returns:
- the CustomMpiSettings object itself.
-
processCount
Get number of processes to launch for the job execution. The default value for this property is equal to nodeCount property.- Returns:
- the processCount value
-
withProcessCount
Set number of processes to launch for the job execution. The default value for this property is equal to nodeCount property.- Parameters:
processCount
- the processCount value to set- Returns:
- the CustomMpiSettings object itself.
-