Compare two communicators. See Compare(Communicator).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int MPI_Comm_compare( int comm1, int comm2, out int result ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Comm_compare ( _ comm1 As Integer, _ comm2 As Integer, _ <OutAttribute> ByRef result As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Comm_compare( int comm1, int comm2, [OutAttribute] int% result ) |