Create a new attribute, which can be attached to MPI communicators.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static Attribute Create<T>( AttributeDuplication duplication ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Create(Of T) ( _ duplication As AttributeDuplication _ ) As Attribute |
| Visual C++ |
|---|
public: generic<typename T> static Attribute^ Create( AttributeDuplication duplication ) |
Parameters
- duplication
- Type: MPI..::.AttributeDuplication
Describes how (or if) an attribute is copied when a communicator is cloned.
Type Parameters
- T
- The type of value that will be stored with the attribute.