[This is preliminary documentation and is subject to change.]
Compare two MPI communicators.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.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