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