Retrieve the neighbors of another process.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public abstract int[] NeighborsOf( int rank ) |
| Visual Basic (Declaration) |
|---|
Public MustOverride Function NeighborsOf ( _ rank As Integer _ ) As Integer() |
| Visual C++ |
|---|
public: virtual array<int>^ NeighborsOf( int rank ) abstract |
Parameters
- rank
- Type: System..::.Int32
The rank of the process to be queried.