[This is preliminary documentation and is subject to change.]
Sets the value of an attribute on a 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_put( int comm, int keyval, IntPtr attribute_val ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Attr_put ( _ comm As Integer, _ keyval As Integer, _ attribute_val As IntPtr _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Attr_put( int comm, int keyval, IntPtr attribute_val ) |
Parameters
- comm
- Type: System..::.Int32
The communicator.
- keyval
- Type: System..::.Int32
The attribute to set.
- attribute_val
- Type: System..::.IntPtr
The new value to place into the communicator.