public static interface ToolTypeSettings.CustomMpi.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ToolTypeSettings.CustomMpi.DefinitionStages.Blank<ParentT>
The first stage of the custom MPI job settings definition.
|
static interface |
ToolTypeSettings.CustomMpi.DefinitionStages.WithAttach<ParentT>
The final stage of the custom MPI job settings definition.
|
static interface |
ToolTypeSettings.CustomMpi.DefinitionStages.WithAttachAndProcessCount<ParentT>
At this stage, any process count settings can be specified, or the custom MPI job settings definition
can be attached to the parent Batch AI job definition.
|
static interface |
ToolTypeSettings.CustomMpi.DefinitionStages.WithCommandLine<ParentT>
Specifies the program and program command line parameters to be executed by mpi runtime.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/