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