[This is preliminary documentation and is subject to change.]
Completes creation of an MPI datatype. This routine will be called
automatically when the MPI datatype is being generated via reflection
in GetDatatype(Type).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Type_commit( ref int datatype ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Type_commit ( _ ByRef datatype As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Type_commit( int% datatype ) |
Parameters
- datatype
- Type:
System..::.Int32
%