[This is preliminary documentation and is subject to change.]
The intermediate of a comparison between two MPI objects.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public enum Comparison |
| Visual Basic (Declaration) |
|---|
Public Enumeration Comparison |
| Visual C++ |
|---|
public enum class Comparison |
Members
| Member name | Description | |
|---|---|---|
| Identical |
The two MPI objects are identical.
| |
| Congruent |
The two MPI objects are not identical, but they have the same properties.
For example, two Communicators that contain the same set of
processes with the same ranks.
| |
| Similar |
The two MPI objects are similar, but are not identical and do not match
exactly. For example, two Communicators that contain the
same set of processes but with different rank order.
| |
| Unequal |
The two MPI objects are different.
|