[This is preliminary documentation and is subject to change.]
Aborts the current MPI program.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Abort( int comm, int errcode ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Abort ( _ comm As Integer, _ errcode As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Abort( int comm, int errcode ) |
Parameters
- comm
- Type: System..::.Int32
The communicator that will be used to abort the program.
- errcode
- Type: System..::.Int32
The error code to be returned from the MPI process.