[This is preliminary documentation and is subject to change.]
Deletes an attribute stored on the communicator. See AttributeSet.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Attr_delete( int comm, int keyval ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Attr_delete ( _ comm As Integer, _ keyval As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Attr_delete( int comm, int keyval ) |
Parameters
- comm
- Type: System..::.Int32
The communicator.
- keyval
- Type: System..::.Int32
The attribute to delete.