[This is preliminary documentation and is subject to change.]
Create a group from the union of two groups. See BitwiseOr(Group, Group).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static int MPI_Group_union( int group1, int group2, out int newgroup ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Group_union ( _ group1 As Integer, _ group2 As Integer, _ <OutAttribute> ByRef newgroup As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Group_union( int group1, int group2, [OutAttribute] int% newgroup ) |