[This is preliminary documentation and is subject to change.]
Remove the given attribute from this communicator. If not such attribute exists,
the communicator will not be changed and no exception will be thrown.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public void Remove( Attribute attribute ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ attribute As Attribute _ ) |
| Visual C++ |
|---|
public: void Remove( Attribute^ attribute ) |
Parameters
- attribute
- Type: MPI..::.Attribute
The attribute to remove.