Uses of Class
com.microsoft.azure.management.batchai.CustomMpiSettings
Packages that use CustomMpiSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of CustomMpiSettings in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return CustomMpiSettingsModifier 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.Methods in com.microsoft.azure.management.batchai with parameters of type CustomMpiSettingsModifier and TypeMethodDescriptionJobCreateParameters.withCustomMpiSettings
(CustomMpiSettings customMpiSettings) Set settings for custom MPI job.