Compare two MPI communicators.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Comparison Compare( Communicator other ) |
| Visual Basic (Declaration) |
|---|
Public Function Compare ( _ other As Communicator _ ) As Comparison |
| Visual C++ |
|---|
public: Comparison Compare( Communicator^ other ) |
Parameters
- other
- Type: MPI..::.Communicator