ToolTypeSettings.DefinitionStages.WithProcessCount<ReturnT> Interface

Type Parameters

ReturnT

next definition stage type

public interface WithProcessCount

Specifies number of processes parameter that is passed to MPI runtime. The default value for this property is equal to nodeCount property.

Method Summary

Modifier and Type Method and Description
ReturnT withProcessCount(int processCount)

Method Details

withProcessCount

public ReturnT withProcessCount(int processCount)

Parameters:

processCount - Number of processes parameter that is passed to MPI runtime

Returns:

the next stage of the definition

Applies to