[This is preliminary documentation and is subject to change.]
Adopts a low-level MPI group that was created with any of the low-level MPI facilities.
The resulting Group object will manage the lifetime of the low-level MPI group,
and will call MPI_Group_free(Int32%) when it is disposed or finalized.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static Group Adopt( int group ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Adopt ( _ group As Integer _ ) As Group |
| Visual C++ |
|---|
public: static Group^ Adopt( int group ) |
Parameters
- group
- Type: System..::.Int32
Remarks
This constructor should only be used in rare cases where the program
is manipulating MPI groups through the low-level MPI interface.