[This is preliminary documentation and is subject to change.]
Determine whether a communicator is an intercommunicator. In MPI.NET, intercommunicators
will have type Intercommunicator.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Comm_test_inter( int comm, out int flag ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Comm_test_inter ( _ comm As Integer, _ <OutAttribute> ByRef flag As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Comm_test_inter( int comm, [OutAttribute] int% flag ) |
Parameters
- comm
- Type: System..::.Int32
The communicator.
- flag
- Type:
System..::.Int32
%
Pointer to a flag, which will be set to a non-zero value if comm is an intercommunicator.