Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CustomMpiSettings |
JobCreateParameters.customMpiSettings()
Get settings for custom MPI job.
|
CustomMpiSettings |
CustomMpiSettings.withCommandLine(String commandLine)
Set the command line to be executed by mpi runtime on each compute node.
|
CustomMpiSettings |
CustomMpiSettings.withProcessCount(Integer processCount)
Set number of processes to launch for the job execution.
|
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withCustomMpiSettings(CustomMpiSettings customMpiSettings)
Set settings for custom MPI job.
|
Copyright © 2019. All rights reserved.