Class CustomMpiSettings

java.lang.Object
com.microsoft.azure.management.batchai.CustomMpiSettings

public class CustomMpiSettings extends Object
Custom MPI job settings.
  • Constructor Details

    • CustomMpiSettings

      public CustomMpiSettings()
  • Method Details

    • commandLine

      public String commandLine()
      Get the command line to be executed by mpi runtime on each compute node.
      Returns:
      the commandLine value
    • withCommandLine

      public CustomMpiSettings withCommandLine(String commandLine)
      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

      public Integer 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

      public CustomMpiSettings withProcessCount(Integer processCount)
      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.