Uses of Class
com.microsoft.azure.management.batchai.CustomMpiSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of CustomMpiSettings in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionJobCreateParameters.customMpiSettings()
Get settings for custom MPI job.CustomMpiSettings.withCommandLine
(String commandLine) Set the command line to be executed by mpi runtime on each compute node.CustomMpiSettings.withProcessCount
(Integer processCount) Set number of processes to launch for the job execution.Modifier and TypeMethodDescriptionJobCreateParameters.withCustomMpiSettings
(CustomMpiSettings customMpiSettings) Set settings for custom MPI job.