Deletes an attribute stored on the communicator. Attributes in MPI.NET are
handled through the AttributeSet class, an instance of which is associated
with each communicator.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.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.