MultiInstanceSettings Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Settings which specify how to run a multi-instance task. Multi-instance tasks are commonly used to support MPI tasks. In the MPI case, if any of the subtasks fail (for example due to exiting with a non-zero exit code) the entire multi-instance task fails. The multi-instance task is then terminated and retried, up to its retry limit. For more information see https://azure.microsoft.com/documentation/articles/batch-mpi/.
public class MultiInstanceSettings
type MultiInstanceSettings = class
Public Class MultiInstanceSettings
- Inheritance
-
MultiInstanceSettings
Multi |
Default constructor to support mocking the MultiInstanceSettings class. |
Multi |
Initializes a new instance of the MultiInstanceSettings class. |
Common |
Gets or sets a list of files that the Batch service will download before running the coordination command line. |
Coordination |
Gets or sets the command to run on the compute node instances for coordinating among the subtasks. |
Number |
Gets or sets the number of compute nodes required by the multi-instance task. |
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: