The rank of the calling process within this group. This will be a value in [0,
Size-1).
Namespace:
MPI
Assembly:
MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int Rank { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Rank As Integer |
| Visual C++ |
|---|
public:
property int Rank {
int get ();
} |
See Also