public class CustomMpiSettings extends Object
| Constructor and Description |
|---|
CustomMpiSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
commandLine()
Get the command line to be executed by mpi runtime on each compute node.
|
Integer |
processCount()
Get number of processes to launch for the job execution.
|
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.
|
public String commandLine()
public CustomMpiSettings withCommandLine(String commandLine)
commandLine - the commandLine value to setpublic Integer processCount()
public CustomMpiSettings withProcessCount(Integer processCount)
processCount - the processCount value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/