[This is preliminary documentation and is subject to change.]
Merge the two groups in an intercommunicator into a single intracommunicator.
See Merge(Boolean)
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Intercomm_merge( int intercomm, int high, out int newintracomm ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Intercomm_merge ( _ intercomm As Integer, _ high As Integer, _ <OutAttribute> ByRef newintracomm As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Intercomm_merge( int intercomm, int high, [OutAttribute] int% newintracomm ) |
Parameters
- intercomm
- Type: System..::.Int32
The intercommunicator.
- high
- Type: System..::.Int32
Whether this group of processes has the higher ranks in the resuling intercommunicator.
- newintracomm
- Type:
System..::.Int32
%
The resulting intracommunicator.