[This is preliminary documentation and is subject to change.]
Frees an attribute with the given key value. The user must ensure that
this attribute has been deleted from all communicators before calling
this routine.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Keyval_free( ref int keyval ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Keyval_free ( _ ByRef keyval As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Keyval_free( int% keyval ) |
Parameters
- keyval
- Type:
System..::.Int32
%
The attribute's key value.