[This is preliminary documentation and is subject to change.]
Frees a communicator. This routine will be invoked automatically by Dispose()()()
or the finalizer for Communicator.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static int MPI_Comm_free( ref int comm ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Comm_free ( _ ByRef comm As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Comm_free( int% comm ) |
Parameters
- comm
- Type:
System..::.Int32
%
The communicator to free.