[This is preliminary documentation and is subject to change.]
Cancel an outstanding MPI communication request. See Cancel()()().
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Cancel( ref int request ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Cancel ( _ ByRef request As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Cancel( int% request ) |
Parameters
- request
- Type:
System..::.Int32
%
The request to be cancelled.