Retrieves the remote group from an intercommunicator.
See RemoteGroup.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int MPI_Comm_remote_group( int comm, out int group ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Comm_remote_group ( _ comm As Integer, _ <OutAttribute> ByRef group As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Comm_remote_group( int comm, [OutAttribute] int% group ) |
Parameters
- comm
- Type: System..::.Int32
The intercommunicator.
- group
- Type:
System..::.Int32
%
Will receive the group containing all of the processes in the remote group of comm.